Material design for Vue.js
Find a file
2016-07-13 02:28:38 -03:00
build Improve build flow 2016-07-13 02:28:38 -03:00
config Improve build flow 2016-07-13 02:28:38 -03:00
src Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
.babelrc Add transform 2016-07-12 23:59:24 -03:00
.editorconfig Initial setup 2016-06-17 20:32:39 -03:00
.eslintignore Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
.eslintrc Improve eslint and gulp tasks 2016-07-07 11:53:41 -03:00
.eslintrc.js Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
.gitignore Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
index.html Remove comment 2016-07-13 02:28:24 -03:00
package.json Ditch gulp in favor of vue-cli 2016-07-13 02:00:31 -03:00
README.md Ditch gulp in favor of vue-cli 2016-07-13 02:00: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.