安装Vue框架

                        **安装Vue框架**

1.安装node js 框架:

:https://nodejs.org/en/download/

2.更新npm最新版本:

$ npm install npm@latest -g 

3.安装cnpm:

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

4.安装vue-cli 脚手架构建工具:

npm install -g vue-cli

猜你喜欢

转载自blog.csdn.net/weixin_38676040/article/details/82555559