https://github.com/aliscode/aoc18-front
Front-end for the AOC18 Rust Benchmarking platform (Vue.js)
https://github.com/aliscode/aoc18-front
Last synced: 2 months ago
JSON representation
Front-end for the AOC18 Rust Benchmarking platform (Vue.js)
- Host: GitHub
- URL: https://github.com/aliscode/aoc18-front
- Owner: AlisCode
- Created: 2018-11-06T12:40:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T22:46:26.000Z (about 7 years ago)
- Last Synced: 2025-01-06T09:12:21.372Z (about 1 year ago)
- Language: Vue
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc18-front
## 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/).