VUE项目创建及各文件的作用

_
_
_
vue init webpack jingdong _______________________ //创新项目位置

? Project name jingdong ________________________//项目名字
? Project description (A Vue.js project) _____________ // 项目描述
? Author (zhang765399515 [email protected]) _____________ // 作者名字(括号内的为默认)
Runtime + Compiler: recommended for most users
Runtime-only: about 6KB lighter min+gzip, but templates (or any Vue-specific HTML) are ONLY allowed in .vue files - re
nder functions are required elsewhere _____________ // 请选择一种编译方式 1:运行时编译 +编辑器 2:只允许运行时(推荐第一种)
? Install vue-router? Yes ________________________ // 是否要安装 router
? Use ESLint to lint your code? (Y/n) y _____________ // 是否要使用Eslint工整部检查呢
Set up unit tests (Y/n) ___________________________// 是否要使用自动化测试(推荐NO)

_
_VUE项目创建及各文件的作用

_
_
_