td-ui
td-ui
命令介绍
npm run dist # 打包整个组件库
npm run compile # 分别编译每个组件,用于按需加载
npm run compile button input # 编译指定组件
npm run component [name] # 以开发模式运行components/${name}/demo/index.js
npm run component [name] -- --port 9090 # 指定端口号
td-ui
npm run dist # 打包整个组件库
npm run compile # 分别编译每个组件,用于按需加载
npm run compile button input # 编译指定组件
npm run component [name] # 以开发模式运行components/${name}/demo/index.js
npm run component [name] -- --port 9090 # 指定端口号