一、环境
window10.
二、安装步骤
1. 安装chocolatey。
在window10搜索框搜索:powershell,右击以管理员身份打开。
在终端输入:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
2.安装meteor
继续在powershell输入下面代码
choco install meteor
为了验证是否安装成功,cmd打开终端,输入meteor,出现如下说明安装成功。
3.下载和安装分割工具
下载github上的分割项目,解压到一路径下:https: