https://github.com/cap-go/vue-data-storage-sqlite-app-starter
Ionic/Vue app starter demonstrating the use of capacitor-data-storage-sqlite plugin
https://github.com/cap-go/vue-data-storage-sqlite-app-starter
Last synced: 8 months ago
JSON representation
Ionic/Vue app starter demonstrating the use of capacitor-data-storage-sqlite plugin
- Host: GitHub
- URL: https://github.com/cap-go/vue-data-storage-sqlite-app-starter
- Owner: Cap-go
- License: mit
- Created: 2020-11-03T08:16:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:44:50.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T11:14:32.723Z (11 months ago)
- Language: Vue
- Size: 2.85 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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](https://github.com/jepiqueau) | |
## Installation
To start clone the project
```bash
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
```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
```
## Accessing the tests
Go to the Tab2 of the application
## 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!