0.1.13 • Published 5 years ago
sky-element v0.1.13
sky-element
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lintCustomize configuration
使用方式
<!-- 引入 -->
import skyElement from 'sky-element'
Vue.use(skyElement)
<!-- 按需引入 -->
import { Cascader } from 'sky-element'
Vue.component(Cascader.name, Cascader)