会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
遥~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2020年7月23日
学习项目-前端-第十一课:用户中心嵌套布局
摘要: 一、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 遥~
阅读(147)
评论(0)
推荐(0)
2020年7月22日
学习项目-前端-第十课:微信扫码登录
摘要: 一、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 遥~
阅读(980)
评论(0)
推荐(0)
2020年7月19日
学习项目-前端-第九课:NUXT
摘要: 一、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 遥~
阅读(258)
评论(0)
推荐(0)
学习项目-前端-第九课:vuex
摘要: 一、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 遥~
阅读(163)
评论(0)
推荐(0)
2020年7月18日
安装 mysql
摘要: 一、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 遥~
阅读(671)
评论(0)
推荐(0)
2020年7月13日
学习项目-前端-第八课:vue-router
摘要: 一、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 遥~
阅读(212)
评论(0)
推荐(0)
2020年7月12日
学习项目-前端-第七课:ElementUI: delete
摘要: 一、easy-mock-->/api/gathering/{gatheringId}(delete) { "code": 20000, "flag": true, "message": "删除成功!" } 二、vueadmin-template-master-->src-->api-->gather
阅读全文
posted @ 2020-07-12 16:04 遥~
阅读(349)
评论(0)
推荐(0)
学习项目-前端-第六课:ElementUI: modify
摘要: 一、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 遥~
阅读(218)
评论(0)
推荐(0)
学习项目-前端-第五课:ElementUI: form submit
摘要: 一、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 遥~
阅读(383)
评论(0)
推荐(0)
2020年7月10日
学习项目-前端-第四课:ElementUI: dialog and select
摘要: 一、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 遥~
阅读(202)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告