https://github.com/fadeev/survey
https://github.com/fadeev/survey
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadeev/survey
- Owner: fadeev
- Created: 2019-02-13T03:08:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T03:08:31.000Z (over 7 years ago)
- Last Synced: 2025-04-10T17:00:23.676Z (about 1 year ago)
- Language: Vue
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thesis
## 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/).