使用Vue+node+webpack构建项目,想问问各位你们是怎么分配文件结构,也就是项目文件目录的,蟹蟹啦
天蓬老师2017-04-17 15:34:21
vue provides a scaffolding tool vue-cli.
npm install vue-cli -g
vue init 【项目名称】
A project with webpack configured will be generated, and the content inside will be what you want.
vue-cli