🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 如何运行 **1、生产环境** * [ ] 在项目的根目录,运行`npm run release``生成静态资源文件(如下图)。 :-: ![](https://raw.githubusercontent.com/ttk-fed/asset/master/20180921174925.png) * [ ] 在项目的根目录,运行`node server.js`即可启动本地代理web服务(如下图)。 :-: ![](https://raw.githubusercontent.com/ttk-fed/asset/master/20180921174950.png) * [ ] 打开浏览器,输入http://127.0.0.1:8008即可运行(如下图)。 :-: ![](https://raw.githubusercontent.com/ttk-fed/asset/master/20180921175059.png) **2、开发环境** * [ ] 在当前根目录下运行npm run start * [ ] 打开浏览器,输入http://127.0.0.1:8081即可运行