# dbelectron **Repository Path**: sucresk/dbelectron ## Basic Information - **Project Name**: dbelectron - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DragonBonesPro 项目初始化。 ``` npm install ``` 编译项目。 ``` npm run compile ``` 启动一个服务器环境来运行,访问环境目录下的 /dist/index.html。 ``` npm run server ``` ## Notice * 一些没有 @types 的库,需要手动从 backup 中拷贝到 node_modules 中。 * 历史记录以文档为单位,不属于文档的 model 不应生成历史记录,如需生成历史记录,需要有独立的历史记录实例,并注意在适当的时机切换历史记录实例。 ## 交互准则 * 不要禁止用户做某事,而是帮助用户引导用户把这个事做的更好。