vue项目结构搭建

1安装node.js,已集成npm

 

2.临时使用淘宝镜像

npm --registry https://registry.npm.taobao.org install express

 

3.install vue-cli 安装依赖包

npm install --g vue-cli

4.使用vue-cli初始化项目

vue init webpack my-project

 
原文地址:https://www.cnblogs.com/wish5714/p/9146660.html