recherche

Maison  >  Questions et réponses  >  le corps du texte

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

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

黄舟黄舟2785 Il y a quelques jours543

répondre à tous(2)je répondrai

  • 天蓬老师

    天蓬老师2017-04-17 15:34:21

    vue提供了个脚手架工具vue-cli。

    npm install vue-cli -g
    vue init 【项目名称】

    就会生成一个webpack都配置好了的项目,里面的内容就是你想要的了。
    vue-cli

    répondre
    0
  • 巴扎黑

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

    cli顺便加了路由
    https://github.com/allan2code...

    répondre
    0
  • Annulerrépondre