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.
WebCAD/README.md

25 lines
330 B

## WebCAD
1. 安装.
> npm install
2. 预编译.
> npm run build
3. 运行
> npm run dev
4. 开启调试.F5
当然,首先需要安装ChromeDebug拓展插件
#常用命令
运行测试: `npm run test`
说明:将会运行所有`.test.ts`文件的测试.
### TODO:
1.坐标系系统,用户坐标系.
2.一些Curve曲线类.