https://github.com/freddie-nelson/planet-clicker-vuejs
Planet clicker remade in vuejs
https://github.com/freddie-nelson/planet-clicker-vuejs
Last synced: 22 days ago
JSON representation
Planet clicker remade in vuejs
- Host: GitHub
- URL: https://github.com/freddie-nelson/planet-clicker-vuejs
- Owner: freddie-nelson
- Created: 2019-12-15T20:02:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:06:20.000Z (over 2 years ago)
- Last Synced: 2025-05-08T19:15:33.090Z (22 days ago)
- Language: Vue
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# planet-clicker-vuejs
## 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/).