Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkmann18/vueion
My 2nd Vue+Ionic app (this time based on https://dev.to/aaronksaunders/build-your-first-ionic-vue-app-18kj)
https://github.com/berkmann18/vueion
capacitor ionic vuejs
Last synced: 30 days ago
JSON representation
My 2nd Vue+Ionic app (this time based on https://dev.to/aaronksaunders/build-your-first-ionic-vue-app-18kj)
- Host: GitHub
- URL: https://github.com/berkmann18/vueion
- Owner: Berkmann18
- License: apache-2.0
- Created: 2020-08-10T14:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T17:00:58.000Z (over 4 years ago)
- Last Synced: 2024-10-24T14:32:25.134Z (3 months ago)
- Topics: capacitor, ionic, vuejs
- Language: Vue
- Homepage:
- Size: 419 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vueion
## Project setup
```
npm i
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).