[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10055":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":32,"discoverSource":33},10055,"vue-enterprise-boilerplate","bencodezen\u002Fvue-enterprise-boilerplate","bencodezen","An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.","",null,"SCSS",7779,1284,203,7,0,2,6,1,63.93,false,"main",true,[25,26,27,28],"boilerplate","frontend","javascript","vue","2026-06-12 04:00:48","# Vue Enterprise Boilerplate v3 (alpha)\n\nThis repo is currently in active development and considered in alpha release.\n\n> This is an ever-evolving, opinionated architecture and dev environment for new Vue 3 + Vite SPA projects using [create-vue](https:\u002F\u002Fgithub.com\u002Fvuejs\u002Fcreate-vue).\n\n🎩 A huge thanks to [Chris Fritz](https:\u002F\u002Ftwitter.com\u002Fchrisvfritz) for the incredible work that this work builds upon. For those looking for his version, see [this branch for the original Vue 2 enterprise boilerplate](https:\u002F\u002Fgithub.com\u002Fbencodezen\u002Fvue-enterprise-boilerplate\u002Ftree\u002Fvue-2-version).\n\n## Recommended IDE Setup\n\n[VSCode](https:\u002F\u002Fcode.visualstudio.com\u002F) + [Volar](https:\u002F\u002Fmarketplace.visualstudio.com\u002Fitems?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https:\u002F\u002Fmarketplace.visualstudio.com\u002Fitems?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https:\u002F\u002Fmarketplace.visualstudio.com\u002Fitems?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https:\u002F\u002Fgithub.com\u002Fjohnsoncodehk\u002Fvolar\u002Fdiscussions\u002F471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n   1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n   2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https:\u002F\u002Fvitest.dev\u002F)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Playwright](https:\u002F\u002Fplaywright.dev)\n\n```sh\n# Install browsers for the first run\nnpx playwright install\n\n# When testing on CI, must build the project first\nnpm run build\n\n# Runs the end-to-end tests\nnpm run test:e2e\n# Runs the tests only on Chromium\nnpm run test:e2e -- --project=chromium\n# Runs the tests of a specific file\nnpm run test:e2e -- tests\u002Fexample.spec.ts\n# Runs the tests in debug mode\nnpm run test:e2e -- --debug\n```\n\n### Lint with [ESLint](https:\u002F\u002Feslint.org\u002F)\n\n```sh\nnpm run lint\n```\n","Vue Enterprise Boilerplate 是一个为新 Vue 3 + Vite 单页应用项目设计的架构和开发环境模板。该项目基于 create-vue 构建，提供了一套高度优化的前端开发配置，包括代码检查、单元测试（使用 Vitest）、端到端测试（采用 Playwright）以及类型支持（通过 vue-tsc 和 Volar 插件）。推荐使用 VSCode 搭配 Volar 及 TypeScript Vue Plugin 来获得最佳开发体验。此模板适用于需要快速启动高质量 Vue 项目的团队和个人开发者，特别是在追求现代化前端开发流程与工具链集成方面有着较高要求的情况下。","2026-06-11 03:26:18","top_topic"]