10 2022 档案
摘要:在 install 时出现类似 not found: python2 错误的提示,查阅有些文章说是由于缺少node-sass引起的,尝试 npm uninstall node-sass npm install sass --save npm run serve
阅读全文
摘要:https://developer.aliyun.com/article/907004
阅读全文
摘要:界面版 https://git-scm.com/downloads/guis/ 删除 TortoiseGit 控制的项目 find . -name ".git" | xargs rm -Rf
阅读全文
摘要:1、下载OpenSSL 工具 地址:http://slproweb.com/products/Win32OpenSSL.html 2、配置OpenSSL的环境变量 3、生成 rsa 密钥命令 openssl genrsa -out rsa_private_key.pem 2048 4、生成sm2密钥
阅读全文
摘要:安装通用插件 1、Prettier - Code formatter 2、Vue 3 Snippets 3、Vue Language Features (Volar) 安装项目依赖 npm install eslint-plugin-vue @typescript-eslint/parser @ty
阅读全文