脚手架搭建中选泽使用ESLint
Project name :项目名称
Project description:项目描述
Author :作者
install vue-router?是否安装vue路由
Use ESLint to lint your code?是否使用ESLint代码检测工具
pick an ESLint preset
Standard (https://github.com/standard/standard)
Airbnb(https://github.com/airbnb/javascrpt)
none(configigure ir yourself)
选择ESLint预设
标准(https://github.com/Standard/Standard)
Airbnb(https://github.com/Airbnb/javascrpt)
无(自行配置)
选泽了第二个
在项目搭建过程中,选择使用ESLint进行代码检测。作者在创建项目时决定采用ESLint来确保代码质量,并从标准预设中选择了Airbnb规范。
3245

被折叠的 条评论
为什么被折叠?



