摘要: https://reacttraining.com/react-router/web/example/animated-transitions 阅读全文
posted @ 2018-09-09 22:00 Various 阅读(1747) 评论(0) 推荐(0) 编辑
摘要: 分享两个Ant Design官网的国内镜像。 有时候从官网打不开,从国内镜像就可以打开 PC: http://ant-design.gitee.io/in...移动端: https://antd-mobile.gitee.io/... React动效库 Ant Motion: https://mot 阅读全文
posted @ 2018-07-12 14:36 Various 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 1. http://www.getui.com/cn/getui.html注册个推账号, 创建好了要推送的应用,我们打开应用配置,在应用配置页面我们会看到应用的appId,appkey等一些信息。 2.这时候我们打开HBuilder,在mainsoft.json文件中选择SDK配置将个推上的信息复制 阅读全文
posted @ 2018-07-09 16:43 Various 阅读(4875) 评论(0) 推荐(0) 编辑
摘要: 创建react项目: npm install create-react-app -g create-react-app project-name cd project-name npm start 已经创建好了一个基本的配置,如何基于create-react-app再次配置呢? 1. 把入口文件in 阅读全文
posted @ 2018-06-28 09:57 Various 阅读(6323) 评论(1) 推荐(1) 编辑
摘要: 现象:使用 ES7 的 async/await 时报错, 原因是缺少ES7的babel转译解决方法:1. npm install babel-plugin-transform-runtime --save-dev 2. 在 .babelrc 文件中添加:"plugins": [[ "transfor 阅读全文
posted @ 2018-06-05 20:36 Various 阅读(4548) 评论(0) 推荐(0) 编辑
摘要: 微信小程序学习网址: http://www.mntuku.cn/ 阅读全文
posted @ 2018-04-18 17:49 Various 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 我的github地址: https://github.com/cry875258789 阅读全文
posted @ 2018-04-17 19:52 Various 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 如何在github搭建自己的项目: 具体操作流程参考地址: https://blog.csdn.net/liwenjieit/article/details/78230003 阅读全文
posted @ 2018-04-17 19:51 Various 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.在src/下新建api文件夹,api/下新建index.js和public.js 在public.js中: 2.在index.js中: 3.在Login.vue中调用post请求方法: 4.在Home.vue调用get请求方法 5.具体封装axios的demo地址:https://github. 阅读全文
posted @ 2018-04-17 19:30 Various 阅读(15474) 评论(0) 推荐(0) 编辑