feat(instructions): add comprehensive Vue 3 development instructions#1932
Closed
fhwvtqdc2q-svg wants to merge 2 commits into
Closed
feat(instructions): add comprehensive Vue 3 development instructions#1932fhwvtqdc2q-svg wants to merge 2 commits into
fhwvtqdc2q-svg wants to merge 2 commits into
Conversation
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Add instructions/vue.instructions.md covering the Vue 3 feature surface: Composition API and <script setup>, the full reactivity system, compiler macros (defineModel/defineSlots/defineOptions), built-in components (Teleport/Suspense/Transition/KeepAlive), provide/inject, composables, Pinia, Vue Router, TypeScript, styling, forms, error handling, performance, SSR, accessibility, security, and testing. Regenerate docs/README.instructions.md index entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Apply non-breaking npm audit fix, resolving the moderate-severity yaml advisory (GHSA-48c2-rrv3-qjmp) and a transitive high-severity issue. Reduced from 6 to 4 advisories; the remaining 4 are all transitive through the all-contributors-cli dev tool with no non-breaking fix available (a forced fix would downgrade and break it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds
instructions/vue.instructions.md— a comprehensive Vue 3 development instructions file. Vue 3 currently has no instructions file (only a Vue agent and a Vue+Pinia testing skill exist), so this fills a real gap.What it covers
Composition API and
<script setup>, the full reactivity system, compiler macros (defineProps/defineEmits/defineModel/defineSlots/defineOptions/defineExpose), composables, lifecycle, templates, slots, built-in components (Teleport/Suspense/Transition/KeepAlive/async), provide/inject, custom directives & plugins, Pinia, Vue Router, TypeScript, styling, forms & validation, error handling, performance, SSR, accessibility, security, testing, tooling, and anti-patterns.Notes
applyToscoped to**/*.vue, **/*.ts, **/*.js, **/*.css, **/*.scss.docs/README.instructions.mdregenerated vianode ./eng/update-readme.mjs.stagedper the contribution workflow. Only two files changed.