起步
模块
组件
使用 npm or yarn 安装
npm install tcon --save yarn add tcon
一次性导入,在项目入口根页面例如 App.vue 导入
App.vue
@import '~tcon'
按需引入
// 模块 @import '~tcon/size/index.css' // 组件 @import '~tcon/button/index.css'
← 介绍 配置文件 →