第一步:安裝nodejs、安裝vscode 第二步:設(shè)置npm的鏡像源地址 npm config set registry 鏡像源地址 第三步:拉取前端依賴 npm install 第四步:?jiǎn)?dòng)前端項(xiàng)目 npm run dev/start