# bugfixed-web **Repository Path**: bugfixed/bugfixed-web ## Basic Information - **Project Name**: bugfixed-web - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bugfixed-web bugfixed-web采用reactV16.2.0开发。 ## 教程 ## **[中文教程链接](https://doc.react-china.org/tutorial/tutorial.html)** **[英文教程链接](https://reactjs.org/tutorial/tutorial.html)** ## 开发指南 ## **搭建开发环境** 首先,需安装node.js ​ node.js[下载地址](https://nodejs.org/en/download/),node.js使用8.9.3版 ​ node.js 各平台[安装教程](http://www.runoob.com/nodejs/nodejs-install-setup.html) 然后,从源码库中签出项目源代码: ```shell git clone git@gitee.com:bugfixed/bugfixed-web.git ``` 项目开发常用命令 ```shell # 配置安装依赖环境 npm install # 启动运行 npm start # 测试 npm test # 编译代码 npm run build # 运行编译后的代码 serve -s build ```