# Mobile app prototyping with Quasar and SQLite

DevFeed: [Mobile app prototyping with Quasar and SQLite](<https://devfeed.tech/articles/mobile-app-prototyping-with-quasar-and-sqlite-6005.md>)

Original publisher: [Read original article](<https://turso.tech/blog/mobile-app-prototyping-with-quasar-and-sqlite-5a41ef5b>)

Author: James Sinkala

Published: 2024-01-05T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Mobile](<https://devfeed.tech/topics/mobile.md>), [Quasar](<https://devfeed.tech/topics/quasar.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Express](<https://devfeed.tech/topics/express.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [migration](<https://devfeed.tech/topics/migration.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Vite](<https://devfeed.tech/topics/vite.md>)

Tags: [development](<https://devfeed.tech/tags/development.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [migration](<https://devfeed.tech/tags/migration.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [offline](<https://devfeed.tech/tags/offline.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [prototyping](<https://devfeed.tech/tags/prototyping.md>), [quasar](<https://devfeed.tech/tags/quasar.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>)

## AI overview

A tutorial series demonstrates building a recipe-book mobile app prototype with Quasar, Vue.js, and SQLite. It uses a local SQLite file for offline development, an Express server and the libSQL JavaScript SDK for database access, and explains how to migrate the database to Turso for production and global distribution.

## Source excerpt

Build quick mobile application prototypes using the Quasar framework and SQLite.