search

Home  >  Q&A  >  body text

前端 - node vue webpack项目文件结构

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

黄舟黄舟2785 days ago549

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师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

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 15:34:21

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

    reply
    0
  • Cancelreply