jepiqueau / vue-datastoragesqlite-app

Vue Application demonstrating the use of capacitor-data-storage-sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vue Data Storage SQLite App

vue-datastoragesqlite-app

Vue application demonstrating the use of the

capacitor-data-storage-sqlite plugin


Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

To start clone the project

git clone https://github.com/jepiqueau/vue-datastoragesqlite-app.git 
cd vue-datastoragesqlite-app
git remote rm origin
npm install
cd electron
npm install
npm run postinstall
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

npx cap serve

IOS

npx cap open ios

ANDROID

npx cap open android

ELECTRON

npx cap open @capacitor-community/eletron

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!

About

Vue Application demonstrating the use of capacitor-data-storage-sqlite

License:MIT License


Languages

Language:Vue 46.3%Language:TypeScript 28.8%Language:JavaScript 12.9%Language:Swift 7.0%Language:Java 2.7%Language:HTML 1.2%Language:Ruby 1.2%