https://github.com/andremicheletti/vue-mini-game
Really simple mini game written in vue.js
https://github.com/andremicheletti/vue-mini-game
frontend-app vue
Last synced: 7 months ago
JSON representation
Really simple mini game written in vue.js
- Host: GitHub
- URL: https://github.com/andremicheletti/vue-mini-game
- Owner: AndreMicheletti
- Created: 2018-01-31T17:11:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T14:44:56.000Z (over 7 years ago)
- Last Synced: 2025-01-29T16:08:22.271Z (8 months ago)
- Topics: frontend-app, vue
- Language: Vue
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-mini-game
> A Vue.js project
## 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).