Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/ionic-vue-demo
https://github.com/mhartington/ionic-vue-demo
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/ionic-vue-demo
- Owner: mhartington
- Created: 2019-03-29T19:24:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T19:26:50.000Z (over 5 years ago)
- Last Synced: 2024-12-07T17:44:11.006Z (19 days ago)
- Language: Vue
- Homepage:
- Size: 109 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).