jctrans-ui
TypeScript icon, indicating that this package has built-in type declarations

2.15.15 • Public • Published

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/

本地server

浏览器支持

Modern browsers and Internet Explorer 10+.

Readme

Keywords

Package Sidebar

Install

npm i jctrans-ui

Weekly Downloads

1

Version

2.15.15

License

MIT

Unpacked Size

9.24 MB

Total Files

996

Last publish

Collaborators

  • erhangdamowang