? Check the features needed for your project: ◉ Choose Vue version ◉ Babel ◯ TypeScript ◉ Progressive Web App (PWA) Support ◉ Router ◉ Vuex ◉ CSS Pre-processors ◉ Linter / Formatter ❯◉ Unit Testing ◯ E2E Testing
? Choose a version of Vue.js that you want to start the project with (Use arrow keys) ❯ 2.x 3.x (Preview) ? Use history mode for router? (Requires proper server setup for index fallback in production) (Y/n) y ? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Sass/SCSS (with dart-sass) ❯ Sass/SCSS (with node-sass) Less Stylus ? Pick a linter / formatter config: ESLint with error prevention only ESLint + Airbnb config ESLint + Standard config ❯ ESLint + Prettier ? Pick additional lint features: ◉ Lint on save ❯◉ Lint and fix on commit ? Pick a unit testing solution: Mocha + Chai ❯ Jest ? Where do you prefer placing config for Babel, ESLint, etc.? (Use arrow keys) ❯ In dedicated config files In package.json
保存配置下次可以用(默认保存在~/.vuerc中)
1 2
Save this as a preset for future projects? (y/N) y ? Save preset as: l2m2.preset