Young87

当前位置:首页 >个人收藏

Vue CLI2之创建项目

以下是使用命令行的方式创建项目

vue init webpack foldername//foldername中不能包含大写字母
project name//此处需设置项目名称,如果直接敲回车则默认为文件夹名称
project description 
Author 会默认从gitconfig文件中提取作者信息
Vue build//runtime or runtime+compiler
install vue-router?
Use Eslint to lint your code?//Eslint会检测代码规范
Set up unit tests
Set up e2e tests with Nightwatch?//e2e为端到端测试
Should we run 'npm install' for you after the project has been created?

除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: 关于COVID-19新型冠状病毒,最新提出的人工智能在诊疗中的应用

下一篇: Python入门习题大全——管理员

精华推荐