https://github.com/naoxink/devlife2
devlife v2 vuejs test
https://github.com/naoxink/devlife2
idle-game incremental-game
Last synced: 5 months ago
JSON representation
devlife v2 vuejs test
- Host: GitHub
- URL: https://github.com/naoxink/devlife2
- Owner: naoxink
- Created: 2019-08-11T17:12:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T09:28:42.000Z (almost 3 years ago)
- Last Synced: 2025-06-15T14:38:25.354Z (9 months ago)
- Topics: idle-game, incremental-game
- Language: Vue
- Homepage: https://devlife2.vercel.app
- Size: 114 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devlife2
## 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/).