摘要: 下载安装nvm nvm use version nvm install node 安装最新的版本 阅读全文
posted @ 2024-08-16 12:46 LLC-Mite 阅读(2) 评论(0) 推荐(0) 编辑
摘要: npm install -g cnpm --registry=https://registry.npmmirror.com https://registry.npm.taobao.org 执行cnpm install 如果提示无法使用脚本,打开power shell 执行命令 Set-Executi 阅读全文
posted @ 2024-08-16 12:43 LLC-Mite 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Host gitee.comHostname gitee.comIdentityFile ~/.ssh/gitee/id_ed_keyUser llcMite Host github.comHostname github.comIdentityFile ~/.ssh/github/id_ed2551 阅读全文
posted @ 2024-07-28 20:07 LLC-Mite 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、为什么使用typeScript? typeScript是JavaScript的超集 typeScript在编译期间就可以将错误抛出 增强代码的可阅读性和可维护性 2、案例的功能逻辑 切换职业 选择服务区域 选择服务品种 选择服务承诺 3、使用命令创建react Native的typescript 阅读全文
posted @ 2020-05-05 09:10 LLC-Mite 阅读(309) 评论(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 阅读(343) 评论(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) 编辑