Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
swap-app/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (14 sloc)
474 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# swap-app | |
> New and Improved SWAP app | |
## 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 a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |