https://github.com/hogesuke/life-marathon
https://github.com/hogesuke/life-marathon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hogesuke/life-marathon
- Owner: hogesuke
- Created: 2020-01-30T13:42:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:20:32.000Z (over 3 years ago)
- Last Synced: 2025-10-16T05:31:39.790Z (9 months ago)
- Language: Vue
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# life-marathon
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).