0.0.12 • Published 5 years ago

@james-hht/james-ui v0.0.12

Weekly downloads
14
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago