1.0.6 • Published 5 years ago

gdp-material v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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);
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago