yt-mobile
v1.3.5
Published
yt mobile ui
Readme
yt-mobile
npm
npm install yt-mobilecnpm下载
cnpm install yt-mobile使用
import Vue from 'vue'
import yt from 'yt-mobile'
import 'yt-mobile/lib/theme/LightBlue.css'
// import 'yt-mobile/lib/theme/LightRed.css'
// import 'yt-mobile/lib/theme/PlainRed.css'
// import 'yt-mobile/lib/theme/ShallowBlack.css'
Vue.use(yt)github
git clone https://github.com/240226068/yt-mobile-component.git组件开发
npm run dev组件打包
npm run build文档开发
npm run dev:doc文档打包
npm run build:doc