Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Schmitt committed May 2, 2018
1 parent ca919e2 commit 81c7675
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ Welcome! This includes the UI related code for [GoCrack](https://github.com/fire

``` bash
# install dependencies
npm install
yarn

# serve with hot reload at localhost:8080
npm run dev
yarn 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).
yarn run build
```

0 comments on commit 81c7675

Please sign in to comment.