https://github.com/affilnost/vue-hello-world
test vue project
https://github.com/affilnost/vue-hello-world
Last synced: 3 months ago
JSON representation
test vue project
- Host: GitHub
- URL: https://github.com/affilnost/vue-hello-world
- Owner: affilnost
- Created: 2019-04-13T08:59:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T13:48:09.000Z (about 6 years ago)
- Last Synced: 2025-01-08T00:28:41.311Z (5 months ago)
- Language: Vue
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-hello-world
## 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 end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).