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
ChenX_AMD 62a6fcb9d8
移除demo文件,转到wiki.
6 years ago
.vscode jest拓展控制台输出 6 years ago
__test__ 曲线合并导致的多段线合并错误. 6 years ago
config !85 webpack4 6 years ago
src 清理代码格式 6 years ago
utils !85 webpack4 6 years ago
.gitignore !85 webpack4 6 years ago
README.md 更新readme信息 7 years ago
package-lock.json !85 webpack4 6 years ago
package.json !85 webpack4 6 years ago
tsconfig.json !85 webpack4 6 years ago
tslint.json 更新了代码样式 添加tslint 配置 7 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曲线类.