mat.services/README.md

22 lines
477 B
Markdown
Raw Normal View History

2016-04-11 01:08:53 +00:00
# matthewess.github.io
2016-04-11 01:09:15 +00:00
2018-02-08 23:02:36 +00:00
> my personal site
2018-02-08 21:21:28 +00:00
## 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
2018-02-08 23:02:36 +00:00
# build for production and view the bundle analyzer report
npm run build --report
2018-02-08 21:21:28 +00:00
```
2018-02-08 23:02:36 +00:00
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).