1 Star 5 Fork 3

密友聊天社交论坛/rbtnet-peiwan-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
密友聊天社交论坛 提交于 2024-10-26 17:01 . 项目初始化
import App from './App';
// 引入 uView UI
import uView from './uni_modules/vk-uview-ui';
import { createSSRApp } from 'vue';
import { setupPinia } from './sheep/store';
export function createApp() {
const app = createSSRApp(App);
app.use(uView);
setupPinia(app);
return {
app,
};
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cbb123/rbtnet-peiwan-uniapp.git
[email protected]:cbb123/rbtnet-peiwan-uniapp.git
cbb123
rbtnet-peiwan-uniapp
rbtnet-peiwan-uniapp
master

搜索帮助