随笔分类 -  Vue/React相关

摘要:推荐使用facebook官方构建工具create-react-app来创建React基础工程。(然而我还是手动构建) (路由)官方旧版本和V4的比较。https://github.com/ReactTraining/react-router/blob/master/packages/react-ro 阅读全文
posted @ 2017-08-24 19:33 hiuman 阅读(569) 评论(0) 推荐(0)
摘要:或访问:https://github.com/littleHiuman/experiences-about-vue 求点star呀~~ 欢迎补充! vuex 状态 vue-cli 命令行 vue vue vue-router 路由 es6 eslint Js写法 规范。 eslint常见问题 bra 阅读全文
posted @ 2017-06-22 18:06 hiuman 阅读(18772) 评论(1) 推荐(2)
摘要:前提: 1. 借助Node.js环境里的npm来安装, 2. 设置好npm镜像, (比如淘宝的npm镜像:输入 npm install -g cnpm –registry=https://registry.npm.taobao.org 即可安装npm镜像,以后再用到npm的地方直接用cnpm来代替就 阅读全文
posted @ 2017-02-15 18:53 hiuman 阅读(3602) 评论(0) 推荐(0)