0.1.4 • Published 4 years ago

table-designer-ts v0.1.4

Weekly downloads
20
License
-
Repository
-
Last release
4 years ago

Table Designer

Table 页面设计器。

请先安装vue官方脚手架工具:

npm install -g @vue/cli

工程配置

npm install

启动本地开发环境

npm run serve

构建设计器应用

npm run build

构建设计器组件库

npm run build:lib

运行单元测试

npm run test:unit

代码风格检查

npm run lint

自定义配置

See Vue官方在线配置参考.