1.webpack创建工程
```
$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev
```
后续安装
`$ npm install -g vue vue-router axios css-loader `
```
$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev
```
后续安装
`$ npm install -g vue vue-router axios css-loader `
本文标题:「前端摸索笔记」Vue开发电商商城
本文链接:https://www.haomeiwen.com/subject/msreqftx.html
网友评论