官方文档 Quick Start 部分推荐使用 create-vue 作为脚手架创建 Vue 项目。

Quick Start | Vue.js

https://github.com/vuejs/create-vue

工程链路

编辑器支持

GitHub - johnsoncodehk/volar: ⚡ Explore high-performance tooling for Vue

Volar 项目为 Vue 工程提供工具性支持:

构建支持

Vite

质量支持

Style Guide | Vue.js

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 等进行分别处理。