refactor(jsx-explorer): dogfooding of JSX syntax

This commit is contained in:
三咲智子 Kevin Deng
2024-01-24 02:42:21 +08:00
parent 9d97341d04
commit d99206b059
6 changed files with 205 additions and 119 deletions

View File

@ -15,6 +15,8 @@
"vue": "^3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.19.0"
}
}