You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Zoe 585e93eea6
修复板件生成失败时提示错误
6 years ago
.vscode 使用ts3,增加tsnode调试运行. 6 years ago
__test__ 曲线合并导致的多段线合并错误. 6 years ago
config !85 webpack4 6 years ago
src 修复板件生成失败时提示错误 6 years ago
utils 修正type脚本错误的问题 6 years ago
.gitignore 同步主干,引用单例工具类 6 years ago
README.md 更新readme信息 7 years ago
package-lock.json 更新lock文件 6 years ago
package.json !88 空间分析,板件绘制 6 years ago
tsconfig.json 使用ts3,增加tsnode调试运行. 6 years ago
tslint.json 优化模态框管理 6 years ago
wallaby.conf.js 更新测试工具的代码 6 years ago

README.md

WebCAD

  1. 安装.

npm install

  1. 预编译.

npm run build

  1. 运行

npm run dev

  1. 开启调试.F5 当然,首先需要安装ChromeDebug拓展插件

#常用命令 运行测试: npm run test 说明:将会运行所有.test.ts文件的测试.

TODO:

1.坐标系系统,用户坐标系.

2.一些Curve曲线类.