vue3.0脚手架搭建配置
2021-03-12 16:35:29 0 举报
vue3.0脚手架搭建配置
作者其他创作
大纲/内容
3.x
node升级至最新稳定版sudo n lts
y
◉ Choose Vue version ◉ Babel ◉ TypeScript ◯ Progressive Web App (PWA) Support ◉ Router ◉ Vuex ◉ CSS Pre-processors ◉ Linter / Formatter ◯ Unit Testing ◯ E2E Testing
Save this as a preset for future projects?
版本号是否为4.x
Lint on save
pick a present
Use class-style component syntax?
vue3.0配置
结束
选择预处理的模式
是否使用class风格的组件语法
是
2.x
开始
‘空格’选择配置项
TSLint (deprecated)
是否使用babel做转义
否
Default【vue2】
n
卸载之前的版本npm uninstall vue-cli -g
是否使用history模式
Choose a version
选择配置信息存放位置
vue create 项目名
manually
更新noden sudo npm i -g n
ESLint with error prevention only
node -v
安装最新版本npm install -g @vue/cli
vue -V查看vue-cli版本
In dedicated config files
Use history mode for router
Default【vue3】
Use Babel alongside TypeScript
Less
Stylus
ESLint + Prettier
ESLint + Airbnb config
选择语法检测规范
选择 保存时检查 / 提交时检查
是否有返回
In package.json
Sass/SCSS (with dart-sass)
Sass/SCSS (with node-sass)
Lint and fix on commit
Node >=8.9?
Pick a CSS pre-processor
Pick additional lint features
ESLint + Standard config
0 条评论
下一页