摘要: 一、pages/manager.vue 1 <template> 2 <div> 3 <nuxt-child/> 4 </div> 5 </template> 二、pages/manager/index.vue(the same name:manager) 阅读全文
posted @ 2020-07-23 23:00 遥~ 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 一、register("https://open.weixin.qq.com/cgi-bin/index?t=home/index&lang=zh_CN") 二、获得code、appid,appSecret 三、login.vue 1 <template> 2 </div> 3 <form> 4 < 阅读全文
posted @ 2020-07-22 21:41 遥~ 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 一、preparation 1、prerequisites:node - at least v8.9.0(latest version is recommended) 2、download starter-template-master 3、command line-->cnpm install 4 阅读全文
posted @ 2020-07-19 10:16 遥~ 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 一、install vuex(vue-cli)-->command 1、vue init webpack vuexdemo 2、cnpm install vuex --save 3、npm run dev 二、interpretation vuex 1、src/store/index.js(prio 阅读全文
posted @ 2020-07-19 08:59 遥~ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 一、CentOS7 install mysql-8.0.20-1.el7.x86_64.rpm-bundle.tar 1、download and upload to CentOS7 "mysql-8.0.20-1.el7.x86_64.rpm-bundle.tar" 2、install 1 [ro 阅读全文
posted @ 2020-07-18 08:57 遥~ 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 一、install vue 1、cnpm install -g @vue/cli 2、npm install -g @vue/cli-init 3、vue init webpack vue-router-demo 二、start project 1、cd vue-router-demo 2、npm 阅读全文
posted @ 2020-07-13 21:05 遥~ 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 一、easy-mock-->/api/gathering/{gatheringId}(delete) { "code": 20000, "flag": true, "message": "删除成功!" } 二、vueadmin-template-master-->src-->api-->gather 阅读全文
posted @ 2020-07-12 16:04 遥~ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 一、easy-mock-->/api/gathering/{gatheringId}(get) { "code": 20000, "flag": true, "message": "@string", "data": { "id": "@string", "name": "@cword(8,12)" 阅读全文
posted @ 2020-07-12 14:58 遥~ 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一、easy-mock-->/api/gathering(post) { "code": 20000, "flag": true, "message": "增加成功!" } 二、vueadmin-template-master-->src-->api-->gathering.js import re 阅读全文
posted @ 2020-07-12 14:06 遥~ 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 一、dialog-->vueadmin-template-master-->src-->views-->table-->gathering.vue <template> <div> <br /> <el-form :inline="true"> <el-form-item label="活动名称" 阅读全文
posted @ 2020-07-10 22:54 遥~ 阅读(189) 评论(0) 推荐(0) 编辑