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.
 
 
 
ChenX fa990f7eb5
演示了如何修改触摸响应
6 years ago
.vscode 初始化提交 完成了例子的功能. 6 years ago
dist 更新测试数据 6 years ago
src 演示了如何修改触摸响应 6 years ago
umdSample 演示了如何修改触摸响应 6 years ago
.gitignore 初始化提交 完成了例子的功能. 6 years ago
Readme.md 添加umd例子 6 years ago
package-lock.json 初始化提交 完成了例子的功能. 6 years ago
package.json 初始化提交 完成了例子的功能. 6 years ago
tsconfig.json 更新测试数据 6 years ago
webpack.config.ts 初始化提交 完成了例子的功能. 6 years ago

Readme.md

1.你需要先Clone项目http://git.cf/cx/CADViewComponent到本地.和本项目同层.
2.然后你需要对上面的项目npm i,npm run build
3.然后对本项目npm i,npm run dev

如果您使用umd的模式开发网页,那么请参考umdSample目录下的例子.