官方文档 Quick Start 部分推荐使用 create-vue
作为脚手架创建 Vue 项目。
https://github.com/vuejs/create-vue
GitHub - johnsoncodehk/volar: ⚡ Explore high-performance tooling for Vue
Volar 项目为 Vue 工程提供工具性支持:
.vue
文件提供编辑器支持,比如代码格式化等.vue
提供与 TypeScript 的交互性支持Vue Core 官方提供了一份 Style Guide,虽然文档自称有点过时(未同步至 Vue3),但大多数内容仍然适用。
Introduction | eslint-plugin-vue
Style Guide 可以与 ESLint 等 Linting 或 Formatting 工具集成。
GitHub - vuejs/vue-eslint-parser: The ESLint custom parser for .vue
files.
Vue ESLint Parser 帮助 ESLint 理解 Vue SFC 文件,并支持将 SFC 中的 Script 和 Template 等进行分别处理。