1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

创建taro小程序项目

This commit is contained in:
2022-11-21 22:05:59 +08:00
parent 7181316117
commit 3e5e761274
20 changed files with 39767 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// ESLint 检查 .vue 文件需要单独配置编辑器:
// https://eslint.vuejs.org/user-guide/#editor-integrations
{
"extends": ["taro/vue3"]
}