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,10 @@
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module.exports = {
presets: [
['taro', {
framework: 'vue3',
ts: false
}]
]
}