https://github.com/dylanlott/reactor
incremental clicker game in VueJS
https://github.com/dylanlott/reactor
Last synced: about 1 year ago
JSON representation
incremental clicker game in VueJS
- Host: GitHub
- URL: https://github.com/dylanlott/reactor
- Owner: dylanlott
- Created: 2017-04-26T03:48:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T04:07:16.000Z (about 9 years ago)
- Last Synced: 2025-01-30T01:29:44.606Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reactor
> vue.js / jquery incremental clicker game
## Todo
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# lint all *.js and *.vue files
npm run lint
# run unit tests
npm test
```
For more information see the [docs for vueify](https://github.com/vuejs/vueify).