README
sky-element
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
使用方式
<!-- 引入 -->
import skyElement from 'sky-element'
Vue.use(skyElement)
<!-- 按需引入 -->
import { Cascader } from 'sky-element'
Vue.component(Cascader.name, Cascader)