vue-material/README.md

28 lines
494 B
Markdown
Raw Normal View History

2016-06-17 23:32:39 +00:00
# Vue.js Material
2016-07-13 05:00:31 +00:00
> Material Design for Vue.js
2016-06-17 23:32:39 +00:00
2016-07-13 05:00:31 +00:00
## Build Setup
2016-06-17 23:32:39 +00:00
2016-07-13 05:00:31 +00:00
``` bash
### install dependencies
npm install
2016-06-17 23:32:39 +00:00
2016-07-13 05:00:31 +00:00
### serve with hot reload at localhost:8080
npm run dev
### build for production with minification
npm run build
### run unit tests
npm run unit
### run e2e tests
npm run e2e
### run all tests
npm test
```
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).