mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
Material design for Vue.js
| build | ||
| dist | ||
| docs | ||
| src | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Vue.js Material
Material Design for Vue.js
Vue Material is lightweight framework built exactly according to the Material Design specs. It aims to deliver a collection of reusable components and a series of UI Elements to build applications with support to modern Web Browsers through Vue 2.0. Build powerful and well-designed web apps that can can fit on every screen. You can generate and use themes dynamically, use components on demand, take advantage of UI Elements and Components with an ease-to-use API.
Build Setup
### Install dependencies
npm install or yarn
### Start dev server with hot reload
npm run dev
### Build everything
npm run build
### Build docs only
npm run build:docs
### Build lib only
npm run build:lib
Credits and Thanks
This library aims to delivery components using almost the same API of Angular Material
Thanks a lot to elviskang who provided me the vue-material name on npm.
Thanks to Evan You for allowing me to use Vue.js Logo.
Dependencies
License
MIT