4.Use history mode for router? (Requires proper server setup for index vue中有两种路由导航模式: #hash方式和history方式(/,没有#) 如果不想看到url中出现#,可切换为history方式 一旦切换为history模式,则必须配置服务器端的首页重定向功能! 所以,在学习阶段不建议启用history模式!
5 ESLint with error prevention only 只配置使用 ESLint 官网的推荐规则 ESLint + Airbnb config 使用 ESLint 官网推荐的规则 + A