Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 2.87 KB

README.md

File metadata and controls

106 lines (75 loc) · 2.87 KB


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!