1 Star 0 Fork 3

安安仔 / xiaolive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
4705552975 提交于 2020-01-14 11:15 . 1
import Vue from 'vue'
import App from './App'
import './static/fonts/iconfont.css'
import './assets/css/reset.css'
import './assets/css/layout.css'
// 状态管理
import store from './store'
Vue.prototype.$store = store
// 公共组件
import headerBar from './components/header/header.vue'
import tabBar from './components/tabbar/tabbar.vue'
import popupWindow from './components/popupWindow.vue'
Vue.component('header-bar', headerBar)
Vue.component('tab-bar', tabBar)
Vue.component('popup-window', popupWindow)
import uniPop from './components/uniPop/uniPop.vue'
Vue.component('uni-pop', uniPop)
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
NodeJS
1
https://gitee.com/web-an/xiaolive.git
git@gitee.com:web-an/xiaolive.git
web-an
xiaolive
xiaolive
master

搜索帮助