前端相关
nodejs
npm 指向 淘宝
npm config set registry https://registry.npmmirror.com
git
下载地址-淘宝镜像 - git 包
sourcetree-官网
Beyond Compare 4 - 代码比对工具
- 用户
git config --global user.name 'your username'
git config --global user.email 'your email address'
vscode
插件(不过vscode好像现在自带账户可以同步):
- Chinese (Simplified) Language Pack for Visual Studio Code - 中文
- Auto Close Tag
- Auto Import
- Auto Rename Tag
- Better Comments
- Bracket Pair Colorizer
- Community Material Theme
- Debugger for Chrome
- Dobri Next - Themes and Icons
- Element UI Snippets
- ES7 React/Redux/GraphQL/React-Native snippets
- ESLint
- Highlight Line
- HTML CSS Support
- Import Cost
- JavaScript (ES6) code snippets
- JavaScript Booster
- koroFileHeader
- Live Server
- Marp for VS Code
- npm
- Path Intellisense
- Prettier - Code formatter
- px to rem
- Shader languages support for VS Code
- TypeScript Import
- Vetur
- vscode-element-helper
- vscode-icons
- vscode-pigments
- vscode-styled-components
- vscode-vue-ts-snippet
- Vue 3 Snippets
- Vue VSCode Snippets
- vue-ts-decorator
yarn
npm install -g yarn
vue-cli
npm install -g @vue/cli
# OR
yarn global add @vue/cli
ts
npm install -g typescript
node - 可选
nodemon
npm install -g nodemon
nestjs
npm i -g @nestjs/cli