2.15.15 • Published 8 months ago
jctrans-ui v2.15.15
jctrans-ui
Power by element-ui
jctrans-ui will stay with Vue 2.x
安装
npm install jctrans-ui -S
快速开始
import Vue from 'vue'
import JctransUi from 'jctrans-ui'
Vue.use(JctransUi)
// or
import {
Select,
Button
// ...
} from 'jctrans-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
本地调试
npm install
// do somthing
npm run dev
// server: http://localhost:8085/
浏览器支持
Modern browsers and Internet Explorer 10+.