mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
10 lines
380 B
JSON
10 lines
380 B
JSON
{
|
|
"recommendations": [
|
|
"CodeInChinese.EnglishChineseDictionary", // 翻译(英汉词典)
|
|
"kisstkondoros.vscode-gutter-preview", // Image 预览
|
|
"ritwickdey.LiveServer", // 为静态和动态页面启动具有实时重载功能的本地开发服务器
|
|
"antfu.unocss", // UnoCSS 原子化css
|
|
"esbenp.prettier-vscode" // 格式化
|
|
]
|
|
}
|