Material design for Vue.js
Find a file
2016-10-13 04:46:36 -03:00
build Improve components 2016-10-13 04:29:09 -03:00
dist First release 2016-10-13 04:33:01 -03:00
docs Improve components 2016-10-13 04:29:09 -03:00
src Expose VueMaterial to window 2016-10-13 04:46:36 -03:00
.babelrc Change all webpack tasks 2016-10-13 03:27:58 -03:00
.editorconfig Order 2016-07-13 02:39:15 -03:00
.eslintrc Change all webpack tasks 2016-10-13 03:27:58 -03:00
.gitignore Change all webpack tasks 2016-10-13 03:27:58 -03:00
package.json Update libs and improve package.json 2016-10-13 04:41:31 -03:00
README.md Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
yarn.lock Update libs and improve package.json 2016-10-13 04:41:31 -03:00

Vue.js Material

Material Design for Vue.js

Build Setup

### install dependencies
npm install

### 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 and docs for vue-loader.