vue-sqlite-app-starter
Ionic/Vue application demonstrating the use of the
@capacitor-community/sqlite plugin
CAPACITOR 4
Maintainer
GitHub
Social
Quéau Jean Pierre
jepiqueau
The components EncryptionTest.vue
and UpgradeVersionTest.vue
have still to be created
To start clone the project
git clone https://github.com/jepiqueau/vue-sqlite-app-starter.git
cd ./vue-sqlite-app-starter
git remote remove origin
npm install
npm run electron:install
To install the latest release of the @capacitor-community/sqlite
plugin
npm run update
The assets databases should be in the public/assets/databases
folder
npx run serve
or
ionic serve
npm run ionic:ios
Once Xcode launches, you can build your app through the standard Xcode workflow.
npx cap open android
Once Android Studio launches, make sure that you are using
- Gradle JDK version 11
- Android Gradle Plugin Version 7.2.2
and build your app through the standard Android Studio workflow.
npm run electron:start
Go to the Tab2 of the application
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!