3 Star 8 Fork 1

IT熊 / uniapp+vite+vue3+pinia+ts 框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 174 Bytes
一键复制 编辑 原始数据 按行查看 历史
IT熊 提交于 2023-08-29 22:23 . 增加对TSX的支持
module.exports = {
"presets": [
"@babel/preset-env",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-typescript",
"@vue/babel-plugin-jsx"
]
};
TypeScript
1
https://gitee.com/IT-bear/uniapp-framework.git
git@gitee.com:IT-bear/uniapp-framework.git
IT-bear
uniapp-framework
uniapp+vite+vue3+pinia+ts 框架
master

搜索帮助