Skip to content

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

Notifications You must be signed in to change notification settings

jepiqueau/vue-sqlite-app

Repository files navigation


Vue SQLite App

vue-sqlite-app

Vue application demonstrating the use of the

@capacitor-community/sqlite plugin


Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

To start clone the project

git clone https://github.com/jepiqueau/vue-sqlite-app.git 
cd vue-sqlite-app
git remote rm origin
npm install
cd electron
npm install
npm run build
cd ..

To install the latest release of

run the following commands

npm run update
npm run build
npx cap sync
npx cap sync @capacitor-community/electron
npm run build
npx cap copy
npx cap copy web
npx cap copy @capacitor-community/electron

Running the app

BROWSER

npm run serve

IOS

npx cap open ios

ANDROID

npx cap open android

ELECTRON

npx cap open @capacitor-community/electron

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

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