Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefh/vue-example-app
VUE Example App
https://github.com/stefh/vue-example-app
Last synced: 19 days ago
JSON representation
VUE Example App
- Host: GitHub
- URL: https://github.com/stefh/vue-example-app
- Owner: StefH
- License: mit
- Created: 2019-04-27T14:33:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T17:24:45.000Z (over 5 years ago)
- Last Synced: 2024-04-14T13:08:14.627Z (7 months ago)
- Language: HTML
- Size: 722 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-example-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
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).