前端 - node vue webpack项目文件结构
黄舟
黄舟 2017-04-17 15:32:21
0
2
544

使用Vue+node+webpack构建项目,想问问各位你们是怎么分配文件结构,也就是项目文件目录的,蟹蟹啦

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
Peter_Zhu

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

巴扎黑

cli adds routing by the way
https://github.com/allan2code...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template