We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Status: 🚨 Alpha
⚠️ This package contains telemetry and submits various actions to Sentry.io. Set the environment variable VUEDX_TELEMETRY=off to opt out.
VUEDX_TELEMETRY=off
A set of tools for better developer experience aka Vue Developer Experience or VueDX.
@vue/compiler-sfc
parse()
<template>
TSX
<preview>
@babel/types
tsc --noEmit
.vue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Language Features
Preview
Syntax Highlight
VUEDX_TELEMETRY=off
to opt out.VueDX
A set of tools for better developer experience aka Vue Developer Experience or VueDX.
VueDX includes:
VS Code Extensions
Packages
@vue/compiler-sfc
(onlyparse()
functionality is provided)<template>
to representationalTSX
compiler (generated TSX may not be functional but ensures type consistency)<preview>
block in .vue files<preview>
block<preview>
blocks for unit test fixtures<template>
AST, think@babel/types
but for Vuetsc --noEmit
but includes .vue support.vue
filesContributing
The text was updated successfully, but these errors were encountered: