Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
1k views

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 ...
Black Beard's user avatar
  • 1,656
0 votes
1 answer
166 views

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 ...
Black Beard's user avatar
  • 1,656
-1 votes
1 answer
2k views

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 ...
gikores's user avatar
  • 301