会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
llc-Mite
做个有能耐的平凡人
博客园
首页
新随笔
联系
订阅
管理
2024年8月16日
使用nvm
摘要: 下载安装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
阅读(7)
评论(0)
推荐(0)
编辑
2024年7月28日
window给git的ssh配置多个
摘要: 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
阅读(5)
评论(0)
推荐(0)
编辑
2020年5月5日
react+Native使用typeScript
摘要: 1、为什么使用typeScript? typeScript是JavaScript的超集 typeScript在编译期间就可以将错误抛出 增强代码的可阅读性和可维护性 2、案例的功能逻辑 切换职业 选择服务区域 选择服务品种 选择服务承诺 3、使用命令创建react Native的typescript
阅读全文
posted @ 2020-05-05 09:10 LLC-Mite
阅读(310)
评论(0)
推荐(0)
编辑
2020年5月4日
git账号密码修改
摘要: 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
阅读(346)
评论(0)
推荐(0)
编辑
2020年3月15日
npm发包
摘要: 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
阅读(120)
评论(0)
推荐(0)
编辑
vscode格式化
摘要: 1、tslint TypeScript的格式化 2、esLint 3、prettier 4、vetur 格式化html,css,vue
阅读全文
posted @ 2020-03-15 09:57 LLC-Mite
阅读(174)
评论(0)
推荐(0)
编辑
换肤功能
摘要: 第一种方法:使用sass变量 根据sass变量打包成多套css,切换应用的css路径达到换肤效果
阅读全文
posted @ 2020-03-15 09:55 LLC-Mite
阅读(112)
评论(0)
推荐(0)
编辑
vue.use的原理
摘要: 接收一个vue组件 该组件应该有个方法,install customComponent.install=function(Vue){ vue.Component('name',custemComponent) }
阅读全文
posted @ 2020-03-15 09:54 LLC-Mite
阅读(545)
评论(0)
推荐(0)
编辑
下一页
公告