No description
- Vue 62.3%
- TypeScript 34.8%
- CSS 1.8%
- JavaScript 0.8%
- HTML 0.3%
Prevent a TypeScript error during production build by explicitly checking if `current.category_id` is null before passing it to `groupForCategory`. |
||
|---|---|---|
| .claude | ||
| .vscode | ||
| public | ||
| src | ||
| .env.sample | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| CLAUDE.md | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.