? Target directory C:\Users\Desktop\Note\my-project already exists. Pick an action: (Use arrow keys)
> Overwrite 覆盖
Merge 合并
Cancel 取消
Overwrite 覆盖Merge 合并Cancel 取消? Please pick a preset: (Use arrow keys)
> default (babel, eslint)
Manually select features
default (babel, eslint)默认配置Manually select features手动选择特性? Check the features needed for your project: (Press <space> to select, <a> to toggle all, <i> to invert selection)
>(*) Babel
( ) TypeScript
( ) Progressive Web App (PWA) Support
( ) Router
( ) Vuex
( ) CSS Pre-processors
(*) Linter / Formatter
( ) Unit Testing
( ) E2E Testing
Babel支持es6语法转换(常用)TypeScript微软提供的js超集Progressive Web App (PWA) Support渐进式的网页应用程序Router路由Vuex状态管理模式+库CSS Pre-processorsCSS预处理器Linter / FormatterES6Lint检测代码规范Unit Testing支持单元测试E2E Testinge2e测试(end to end)? Where do you prefer placing config for Babel, ESLint, etc.? (Use arrow keys)
> In dedicated config files
In package.json
? Save this as a preset for future projects? (y/N)? Save preset as: mypreset
vue ui原文:https://www.cnblogs.com/landuo629/p/12482150.html