1 Star 0 Fork 3

艾伦/chengming-mobile

forked from 郭凯南/chengming-mobile 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭凯南 提交于 2021-07-08 19:22 . 7/8 update
import Vue from 'vue'
import store from './store/index.js'
import App from './App'
import utils from '@/utils/index.js'
import global from '@/global.js'
Vue.config.productionTip = false
// 挂载vuex
Vue.prototype.$store = store
// 挂载通用方法
Vue.prototype.$u = utils
// 读取配置信息
Vue.prototype.$u.config.load()
global.init()
App.mpType = 'app'
const app = new Vue({
...App,
store
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aaronjs/chengming-mobile.git
git@gitee.com:aaronjs/chengming-mobile.git
aaronjs
chengming-mobile
chengming-mobile
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385