gdp-material
v1.0.6
Published
基于 vue 实现的 ui 库
Downloads
3
Readme
gdp-material
魔改 element-ui,解决业务开发定制化的痛点,同时通读源码、从零搭建脚手架,加深对 webpack、Vue 的理解。
安装 gdp-material
npm install gdp-material --save
引入 js 和 css
import MATERIAL from 'gdp-material/lib/index.js';
import 'gdp-material/lib/theme-chalk/index.css'
通过 Vue 全局注册
Vue.use(MATERIAL);