0.0.12 • Published 4 years ago

@james-hht/james-ui v0.0.12

Weekly downloads
14
License
MIT
Repository
-
Last release
4 years ago

james-ui

james-ui组件

生成设置

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

导入组件库

# 安装组件
npm install @james-hht/james-ui --save

# 完整引入
import Vue from "vue";
import JamesUI from "@james-hht/james-ui";
Vue.use(JamesUI);

# 按需引入
import Vue from "vue";
import { Button } from "@james-hht/james-ui";
Vue.use(Button);

checkbox反选有组件外值的问题

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago