项目作者: HopeFE

项目描述 :
It's a vue SPA wechat webapp
高级语言: Vue
项目地址: git://github.com/HopeFE/CTPH_H5_WX.git
创建时间: 2017-02-10T07:19:39Z
项目社区:https://github.com/HopeFE/CTPH_H5_WX

开源协议:

下载


测土配肥Webapp

🤞Vue2.0x 全家桶微信项目🤞

二维码

环境编译

数据视图控制

UI组件

工具JS

目录结构


  1. ├── build # webpack编译配置
  2. ├── config # webpack配置
  3. ├── http # 接口配置
  4. ├── wx.config # 微信配置
  5. ├── theme.less # VUX主题颜色配置
  6. ├── dist # 打包后文件
  7. ├── app.vue # 入口页面
  8. ├── main.js # 入口JS
  9. ├── store.js # store
  10. ├── index.html # html模版
  11. ├── components # 公用的组件
  12. ├── src # 开发目录
  13. ├── features # 功能模块
  14. ├── fertilizer # 测土配肥
  15. ├── modules # 数据业务
  16. ├── pages # 页面
  17. ├── login # 登陆注册
  18. ├── user # 个人
  19. ├── order # 订单
  20. ├── record # 测土配肥记录
  21. ├── personal # 个性化配肥

步骤

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run build