https://github.com/mannuelf/formula-one
https://github.com/mannuelf/formula-one
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannuelf/formula-one
- Owner: mannuelf
- Created: 2018-11-12T17:06:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T21:10:00.000Z (about 7 years ago)
- Last Synced: 2025-01-19T05:33:29.966Z (12 months ago)
- Language: Vue
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# formula-one
## 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/).