1 Star 0 Fork 4.6K

糖豆 / RuoYi-App

forked from 若依 / RuoYi-App 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
若依 提交于 2022-08-01 08:14 . RuoYi-App 1.0.0
import Vue from 'vue'
import App from './App'
import store from './store' // store
import plugins from './plugins' // plugins
import './permission' // permission
Vue.use(plugins)
Vue.config.productionTip = false
Vue.prototype.$store = store
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
Java
1
https://gitee.com/tangdou89/RuoYi-App.git
git@gitee.com:tangdou89/RuoYi-App.git
tangdou89
RuoYi-App
RuoYi-App
master

搜索帮助