https://github.com/andrearufo/aegis
Clicker game
https://github.com/andrearufo/aegis
Last synced: 5 months ago
JSON representation
Clicker game
- Host: GitHub
- URL: https://github.com/andrearufo/aegis
- Owner: andrearufo
- License: gpl-3.0
- Created: 2018-04-25T08:55:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T15:00:09.000Z (almost 3 years ago)
- Last Synced: 2025-09-19T18:30:18.420Z (10 months ago)
- Language: Vue
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aegis
> A simple clicker game
## 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
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).