局部安装了vue2和vue3
切换到安装目录下,打开powershell查看版本
.\node_modules\.bin\vue -V
1、创建uniapp项目
vue create -p dcloudio/uni-preset-vue v2-uniapp
page.json和manifest.json关联到jsonc
"files.associations": { // 文件关联
"*.art": "html",
"pages.json": "jsonc",
"manifest.json": "jsonc"
},
2、语法提示
安装uni-app-schemas插件
3、路径提示
安装path-intellisense插件