0.0.12 • Published 2 years ago

tiv v0.0.12

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

特性

  • 高频使用的中后台组件,作为其他组件库(比如:element-plus)的补充。
  • 丰富的可视化大屏组件,快速构建页面。
  • 使用 Typescript 开发。
  • 自定义主题,方便实现换肤功能。

安装

$ npm install tiv --save

使用

import { createApp } from 'vue';
import Tiv from 'tiv';
import 'tiv/styles/index.css';

createApp().use(Tiv).mount('#app');

本地开发

拉取代码到本地,并安装依赖

$ git clone git@github.com:CDTRSFE/tiv.git
$ cd tiv
$ npm install

运行,然后访问 localhost:8089

$ npm run serve

检测 JavaScript

$ npm run lint

检测 Less / CSS

$ npm run lint:style

预览组件

$ npm run serve-view

发布文档

$ npm run publish:docs

发布组件库

$ npm run publish:lib

License

MIT

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago