Front-end environment to build the project

Install npm

Installation yarn

brew install yarn //mac上安装yarn

Installation cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org

Vue install scaffolding

npm install --global vue-cli

Create a project template based webpeck

vue init webpack my-project

Installation iviewUI

npm install view-design --save

Guess you like

Origin www.cnblogs.com/zhouyu0-0/p/11966869.html