[vue] vue-cli提供了的哪几种脚手架模板?
Activity
yelingfeng commentedon Jul 10, 2019
vue-cli2.x
好像有个simple
和完整版的vue-cli3.x
提供了自定义装箱配置 可以选装TypeScript
PWA
lint
e2e
css 预处理
router
vuex
langhuanyudong commentedon Mar 10, 2020
◯ Babel
◯ TypeScript
◯ Progressive Web App (PWA) Support
◯ Router
◯ Vuex
◯ CSS Pre-processors
◯ Linter / Formatter
◯ Unit Testing
◯ E2E Testing
crush2020 commentedon Jan 29, 2021
没注意,用作记录
◯ Babel
◯ TypeScript
◯ Progressive Web App (PWA) Support
◯ Router
◯ Vuex
◯ CSS Pre-processors
◯ Linter / Formatter
◯ Unit Testing
◯ E2E Testing
Susie350 commentedon Sep 3, 2021
默认和自定义吧