https://github.com/thecodeholic/vuejs-survey
https://github.com/thecodeholic/vuejs-survey
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/vuejs-survey
- Owner: thecodeholic
- Created: 2019-11-04T12:17:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:07:48.000Z (about 3 years ago)
- Last Synced: 2025-04-10T00:53:40.282Z (10 months ago)
- Language: Vue
- Size: 691 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-survey
## 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/).