时钟文档
编写像发条这样的客户文档。
发展的先决条件
浏览器
JavaScript 运行时
节点打包模块
任务运行器
包管理器
安装
安装先决条件。
签出存储库。 git clone https://github.com/ClockworkNet/clockdocs.git && cd clockdocs
安装服务器端软件包。 npm update
安装客户端软件包。 bower update
构建源代码。 这将在./clockdocs/dist grunt build应用程序的缩小版本
在 Chrome 中安装该应用程序。 (有关替代方法,请参阅。
打开扩展页面。
确保选中“开发人员模式”。
点击“Load unpacked extension...”并选择./clockdocs/dist目录。
发展
此应用程序随附的 Gruntfile.js 具有开发人员模式。 当您运
1