Vue Components and Tailwind CSS for the SEI Design System.
We recommend the use of Volar with VS Code.
This project uses Copilot instructions files to guide code generation and modification, especially for Vue 3 components and unit tests. Refer to the following guidelines when contributing or generating code with Copilot to ensure consistency and quality:
-
Vue 3 Components Guidelines:
See.github/skills/components-guidelines/SKILL.mdfor standards on developing and maintaining Vue 3 components insrc/components/**/*.vue. -
TypeScript Guidelines: See
.github/instructions/typescript-guidelines.instructions.mdfor standards and recommendations on writing and maintaining TypeScript code insrc/components/**/*.{ts,tsx}. -
Unit Testing Guidelines:
See.github/skills/unit-testing-guidelines/SKILL.mdfor best practices and requirements for writing and updating unit tests insrc/components/**/*.{spec.js,spec.ts}.
For more information on configuring custom Copilot instructions for your repository, see the GitHub documentation.