tq-ts-ui
v1.1.3
Published
A Vue.js project
Downloads
2
Readme
ts-ui.
vue 组件项目
快速启动
# 下载依赖
npm install
# 快速启动 localhost:8080
npm run dev
# 打包(完整)
npm run build
# 打包(分模块)
npm run build:modules
# 快速打包&发布
## beta 测试版
npm run publish:beta
## 正式发布版本
npm run publish:release
文档
# 打包(分模块)
npm run build:modules
# 开发模式API文档
npm run site:dev
# 打包API文档
npm run site:build
主题
# dev模式下在线切换皮肤
npm run dev:theme
# 编译出默认主题色的打包
npm run build:theme