Skip to content

Commit

Permalink
Merge pull request #7 from fireeye/feat/upgrade_to_yarn
Browse files Browse the repository at this point in the history
Feat/upgrade to yarn
  • Loading branch information
tankbusta authored May 2, 2018
2 parents 03dd197 + 81c7675 commit 51a4f11
Show file tree
Hide file tree
Showing 4 changed files with 6,512 additions and 11,601 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
```
Loading

0 comments on commit 51a4f11

Please sign in to comment.