5 questions
2
votes
1
answer
1k
views
vuejs/create-vue doesn't support JSX even after you selected "Add JSX Support"
I created new Vue project using create-vue command as it was written here. Here are my answers to questions:
D:\checks>npm init vue@latest
Vue.js - The Progressive JavaScript Framework
√ Project ...
0
votes
1
answer
166
views
How to make create-vue parse JSX without problems (as VueCLI does)
I use JSX extensively to customize Naive-UI library elements. But after migrating from VueCLI to create-vue, I noticed it looks like create-vue doesn't understand JSX in .vue file at all. For example ...
-1
votes
1
answer
2k
views
VSCode eslint is not using local config with vue3
I just scaffold a new Vue project using npm init vue@latest, I have the eslint extension installed on VSCode and out of the box it is highlighting that many errors(even in .eslintrc.cjs) coming from ...