代码仓库初始化模板 (8) -- Vue 发表于 2022-12-28 更新于 2023-06-07 分类于 代码仓库初始化模板 阅读次数: 目录 代码仓库初始化模板 (1) – husky & commitlint 代码仓库初始化模板 (2) – EditorConfig 代码仓库初始化模板 (3) – Prettier 代码仓库初始化模板 (4) – ESLint 代码仓库初始化模板 (5) – Typescript 代码仓库初始化模板 (6) – Jest 代码仓库初始化模板 (7) – Webpack 代码仓库初始化模板 (8) – Vue 代码仓库初始化模板 (9) – Stylelint Vue Web 前端框架 安装1npm install --save vue 1npm i --save-dev @types/vue