jepiqueau / vue-data-storage-sqlite-app-starter

Ionic/Vue app starter demonstrating the use of capacitor-data-storage-sqlite plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Ionic/Vue Data Storage SQLite App Starter

vue-data-storage-sqlite-app-starter

Ionic/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-data-storage-sqlite-app-starter.git
cd ./vue-data-storage-sqlite-app-starter
git remote remove origin
npm install
cd electron
npm install
cd ..

To install the latest release of the capacitor-data-storage-sqlite plugin

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

Accessing the tests

Go to the Tab2 of the application

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

Ionic/Vue app starter demonstrating the use of capacitor-data-storage-sqlite plugin

License:MIT License


Languages

Language:Vue 45.3%Language:TypeScript 26.1%Language:CSS 10.2%Language:JavaScript 9.0%Language:Swift 4.5%Language:Java 2.0%Language:Ruby 1.6%Language:HTML 1.3%