创建vue 的问题

来源:3-1 认识vue-cli

云怎

2019-07-27 21:35

老师,可以使用cmd命令行vue  init webpack 来创建工程项目嘛?

写回答 关注

1回答

  • Brian
    2019-07-28 12:13:35

    可以,但是vue init创建出来的工程项目,不是vue cli官方的template,是这个template:https://github.com/vuejs-templates/webpack,然后你看一下github地址上的一句话:

    Vue-cli 3 is here, so this template is now considered deprecated.

    所以,请不要再使用了,可能以后不会更新了,被deprecated掉了,就是放弃更新了。

3小时速成 Vue2.x 核心技术

带你快速学习最流行的前端框架vue2.x的核心技术

82574 学习 · 489 问题

查看课程

相似问题