21 Star 125 Fork 30

BASE / BaseCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
import Vue from 'vue'
import App from './App'
import store from './store'
import bcc from "./common/js/base-cloud-client.js"
Vue.config.productionTip = false
Vue.prototype.bcc = bcc ;
App.mpType = 'app'
const app = new Vue({
...App ,
store
})
app.$mount()
JavaScript
1
https://gitee.com/phoooob/BaseCloud.git
git@gitee.com:phoooob/BaseCloud.git
phoooob
BaseCloud
BaseCloud
master

搜索帮助