01 2018 档案

摘要:使用Package Control组件安装: https://pan.baidu.com/s/1eS25rUy#list/path=%2F也可以安装package control组件,然后直接在线安装:按Ctrl+` 调出console粘贴以下代码到底部命令行并回车: window: import 阅读全文
posted @ 2018-01-17 19:50 LLC-Mite 阅读(284) 评论(0) 推荐(0)
摘要:用户名: 密码: 邮箱: 电话: IP: url: 阅读全文
posted @ 2018-01-13 08:51 LLC-Mite 阅读(102) 评论(0) 推荐(0)
摘要:如上文件的导出的数据使用imoprt要怎么取呢 import {a,b} from 'index'; import c from 'index'; 两者有如下不同点: export default在一个模块中只能有一个,当然也可以没有。export在一个模块中可以有多个。 export defaul 阅读全文
posted @ 2018-01-11 20:16 LLC-Mite 阅读(219) 评论(0) 推荐(0)
摘要:github仓库pc: https://github.com/llcMite/react-dva-antd.git github仓库mobile:https://github.com/llcMite/react-dva-antd-mobile.git 1)安装dva-cli及创建应用 npm ins 阅读全文
posted @ 2018-01-11 20:02 LLC-Mite 阅读(429) 评论(0) 推荐(0)