# officialSite **Repository Path**: leaptocloud/officialSite ## Basic Information - **Project Name**: officialSite - **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-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # officialSite ## 搭建步骤 1. 请在你的Macos/Windows/Linux上安装[nodejs运行程序](https://nodejs.org/en/); 2. 在任意地方clone目前的officeSite工程代码: ``` git clone git@gitee.com:wenxinghua1990/officialSite.git ``` 3. 使用终端或者git bash(windows os)到该代码根目录下,执行以下bash命令: ```Bash npm install ``` 如果你没有用npm全局安装过gulp,那还需要以下操作: ``` npm install gulp -g ``` 这两天命令没有先后之分 ## 使用简介 1. 开发环境: ``` gulp watch ``` 然后浏览器打开 [url](http://localhost:1337) 即可看到应用; 2. 生产环境 ``` gulp build ```