摘要: 1、为什么使用typeScript? typeScript是JavaScript的超集 typeScript在编译期间就可以将错误抛出 增强代码的可阅读性和可维护性 2、案例的功能逻辑 切换职业 选择服务区域 选择服务品种 选择服务承诺 3、使用命令创建react Native的typescript 阅读全文
posted @ 2020-05-05 09:10 LLC-Mite 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1、window10下的账号密码,打开控制台->账号管理->凭据管理器 阅读全文
posted @ 2020-05-04 09:53 LLC-Mite 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1、win+r regedit 2、ctrl f 查找要删除的就好了 阅读全文
posted @ 2020-05-04 09:26 LLC-Mite 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 1、npm init 2、注册npm,https://www.npmjs.com/ 3、npm需要更新最新的npm 4、npm login 5、npm publish --access=public 阅读全文
posted @ 2020-03-15 21:00 LLC-Mite 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1、tslint TypeScript的格式化 2、esLint 3、prettier 4、vetur 格式化html,css,vue 阅读全文
posted @ 2020-03-15 09:57 LLC-Mite 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 第一种方法:使用sass变量 根据sass变量打包成多套css,切换应用的css路径达到换肤效果 阅读全文
posted @ 2020-03-15 09:55 LLC-Mite 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 接收一个vue组件 该组件应该有个方法,install customComponent.install=function(Vue){ vue.Component('name',custemComponent) } 阅读全文
posted @ 2020-03-15 09:54 LLC-Mite 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1、transform 2、calc 3、transition 阅读全文
posted @ 2020-03-15 09:50 LLC-Mite 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Node_Dev=Dev 在js文件里可以通过prosess.env获取该变量 阅读全文
posted @ 2020-03-15 09:47 LLC-Mite 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1、使用iframe嵌入 2、全局变量 3、事件监听 4、定时器 6、DOM数量 阅读全文
posted @ 2020-03-15 09:42 LLC-Mite 阅读(112) 评论(0) 推荐(0) 编辑