thalys-cms-ui

``` bash $ npm install thalys-cms-ui -S ``` ## 使用

Usage no npm install needed!

<script type="module">
  import thalysCmsUi from 'https://cdn.skypack.dev/thalys-cms-ui';
</script>

README

logo

thalys-cms-ui

thalys后台管理系统公用组件库

说明

thalys-cms-ui,基于view-designvxe-table,结合thalys实际业务场景,所提取的公用组件库。

安装依赖

$ npm install thalys-cms-ui -S

使用

main.js 文件中引入插件并注册

import ThalysCmsUi from 'thalys-cms-ui'
import 'thalys-cms-ui/lib/thalys-cms-ui.css'
Vue.use(ThalysCmsUi)