1 Star 3 Fork 2

易达/uniapp项目初始化开发模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
易拉宝 提交于 2024-03-28 21:21 . vue3版
import App from './App'
import { createSSRApp } from 'vue'
import { setupStore } from './store/index.js'
import 'uno.css'
export function createApp() {
const app = createSSRApp(App)
setupStore(app)
return {
app
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/eida/uniapp-init.git
git@gitee.com:eida/uniapp-init.git
eida
uniapp-init
uniapp项目初始化开发模板
vue3

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385