Home

Awesome

<p align="center"><br><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="128" height="128" /></p> <h3 align="center">Vue Data Storage SQLite App</h3> <p align="center"><strong><code>vue-datastoragesqlite-app</code></strong></p> <p align="center">Vue application demonstrating the use of the</p> <p align="center"><strong><code>capacitor-data-storage-sqlite plugin<code></strong></p> <br> <p align="center"> <img src="https://img.shields.io/maintenance/yes/2021?style=flat-square" /> <a href="https://github.com/jepiqueau/vue-datastoragesqlite-app"><img src="https://img.shields.io/github/license/jepiqueau/vue-datastoragesqlite-app?style=flat-square" /></a> <a href="https://github.com/jepiqueau/vue-datastoragesqlite-app"><img src="https://img.shields.io/github/package-json/v/jepiqueau/vue-datastoragesqlite-app?style=flat-square" /></a> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-1-orange?style=flat-square" /></a> <!-- ALL-CONTRIBUTORS-BADGE:END --> </p>

Maintainers

MaintainerGitHubSocial
Quéau Jean Pierrejepiqueau

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):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/jepiqueau"><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="100px;" alt=""/><br /><sub><b>Jean Pierre Quéau</b></sub></a><br /><a href="https://github.com/jepiqueau/vue-datastoragesqlite-app/commits?author=jepiqueau" title="Code">💻</a></td> </tr> </table> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

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