Skip to content

Ionic/Vue App Starter demonstrating the use of @capacitor-community/sqlite

License

Notifications You must be signed in to change notification settings

jepiqueau/vue-sqlite-app-starter

Repository files navigation


Ionic/Vue SQLite App Starter

vue-sqlite-app-starter

Ionic/Vue application demonstrating the use of the

@capacitor-community/sqlite plugin

CAPACITOR 4



Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

🚧 To be Updated 🚧

The components EncryptionTest.vue and UpgradeVersionTest.vuehave still to be created

Installation

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

Running the app

The assets databases should be in the public/assets/databasesfolder

BROWSER

npx run serve

or

ionic serve

IOS

npm run ionic:ios

Once Xcode launches, you can build your app through the standard Xcode workflow.

ANDROID

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.

ELECTRON

npm run electron:start

Accessing the tests 🚧

Go to the Tab2 of the application

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Ionic/Vue App Starter demonstrating the use of @capacitor-community/sqlite

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published