安装

使用 npm or yarn 安装

npm install tcon --save
yarn add tcon

一次性导入,在项目入口根页面例如 App.vue 导入

@import '~tcon'

按需引入

// 模块
@import '~tcon/size/index.css'

// 组件
@import '~tcon/button/index.css'