mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-11 18:31:05 +00:00
* origin/develop: Create select with multiple Make md-select with md-menu Fix for issue #41 (md-button ignoring type prop) Finish md-menu spec Add keyboard shortcuts to menu Add close event on tab Close content on esc Drop transitionend dependency Keep menu content inside viewport Recalculate position on resize Add menu code in card example Add menu in a button text Add menu to card example Refactor huge method Make menu open in a correct position Add initial styles and detach and attach menu on click Force size of demo example Add page title Add menu tag Add empty md-menu files |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| README.md | ||
Vue.js Material Docs
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.