https://github.com/cap-go/vue-datastoragesqlite-app
Vue Application demonstrating the use of capacitor-data-storage-sqlite
https://github.com/cap-go/vue-datastoragesqlite-app
Last synced: about 2 months ago
JSON representation
Vue Application demonstrating the use of capacitor-data-storage-sqlite
- Host: GitHub
- URL: https://github.com/cap-go/vue-datastoragesqlite-app
- Owner: Cap-go
- License: mit
- Created: 2020-10-31T19:46:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:46:05.000Z (9 months ago)
- Last Synced: 2025-02-22T00:23:25.037Z (2 months ago)
- Language: Vue
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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](https://github.com/jepiqueau) | |## Installation
To start clone the project
```bash
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
- [capacitor-data-storage-sqlite](https://github.com/jepiqueau/capacitor-data-storage-sqlite/blob/master/readme.md)
- [vue-data-storage-sqlite-hook](https://www.npmjs.com/package/vue-data-storage-sqlite-hook)
run the following commands
```bash
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](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!