https://github.com/long-woo/install-fe-env
👀 快速安装前端环境脚本。
https://github.com/long-woo/install-fe-env
Last synced: 2 months ago
JSON representation
👀 快速安装前端环境脚本。
- Host: GitHub
- URL: https://github.com/long-woo/install-fe-env
- Owner: long-woo
- License: mit
- Created: 2021-04-28T13:32:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T03:33:25.000Z (over 3 years ago)
- Last Synced: 2025-01-09T08:41:31.847Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-fe-env
快速安装前端环境脚本。
## 安装
### Mac
复制下面命令到 `PowerShell` 中按 `回车(Enter)` 键执行:
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/long-woo/install-fe-env/main/install-fe-env.sh)"
```### Windows
1. 快捷键 `win` + `r` 打开运行窗口,输入 `powershell`。
2. 复制下面命令到 `PowerShell` 中按 `回车(Enter)` 键执行:
```ps1
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/long-woo/install-fe-env/main/install.fe-env.ps1'))
```## 已实现安装,并配置国内镜像源
- [x] brew - Mac
- [x] git
- [x] zsh - Mac
- [x] nodejs & npm
- [x] pnpm
- [x] @vue/cli & @vue/cli-init