# farm_front **Repository Path**: ititjjj/farm_front ## Basic Information - **Project Name**: farm_front - **Description**: 智慧农业物联网平台-前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-08 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智慧农业物联网平台-前端 ## 后台集成解决方案模板 vue-element-admin https://github.com/PanJiaChen/vue-element-admin ## 技术栈 > vue > vue-cli > vuex > vue-router > axios > amap > echart3 > es6/7 > webpack2/3 > less > ... ## 开发 ```bash # 克隆项目 git clone https://github.com/PanJiaChen/vue-element-admin.git # 安装依赖 npm install     # 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` 浏览器访问 http://localhost:9527 ## 发布 ```bash # 构建测试环境 npm run build:sit # 构建生成环境 npm run build:prod ```