新建项目
在终端中运行
vue init webpack Test01
Test01可以换成你想要的项目名称
根据自己需求YES/NO
进去项目路径,安装依赖,启动服务
cd Test01
npm install
npm run dev
访问http://127.0.0.1:8080或http://localhost:8080
编译项目
npm run build
在终端中运行
vue init webpack Test01
Test01可以换成你想要的项目名称
根据自己需求YES/NO
进去项目路径,安装依赖,启动服务
cd Test01
npm install
npm run dev
访问http://127.0.0.1:8080或http://localhost:8080
npm run build