https://github.com/hackyourfuture/battleship-client
Battleship Client
https://github.com/hackyourfuture/battleship-client
Last synced: over 1 year ago
JSON representation
Battleship Client
- Host: GitHub
- URL: https://github.com/hackyourfuture/battleship-client
- Owner: HackYourFuture
- Created: 2017-04-02T11:42:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T14:21:09.000Z (about 9 years ago)
- Last Synced: 2024-04-13T19:22:57.860Z (about 2 years ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.wercker.com/project/byKey/eb37dde3103934caef2b03eb1d4af626)
# battleship-client
> HYF
## 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
# build for production and view the bundle analyzer report
npm run build --report
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).