1 Star 0 Fork 4

王超/后台管理系统vue加elementUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiehongyi 提交于 2019-05-21 19:03 . 1。首页
import 'babel-polyfill'
import Vue from 'vue'
import App from './App'
import router from './router'
import './config'
import axios from './services/axios'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import moment from 'moment'
import vueMoment from 'vue-moment'
import store from './store'
import './plugins/filter'
import _api from './services/apis'
import echarts from 'echarts'
// require styles
Vue.prototype.$http = axios
Vue.prototype.$moment = moment
Vue.prototype._api = _api
Vue.config.productionTip = false
Vue.use(ElementUI)
Vue.use(vueMoment) // moment的filter指令集
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
store,
echarts,
template: '<App/>',
components: {App}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/com_hike_wang/HouTaiGuanLiXiTongvueelementUI.git
git@gitee.com:com_hike_wang/HouTaiGuanLiXiTongvueelementUI.git
com_hike_wang
HouTaiGuanLiXiTongvueelementUI
后台管理系统vue加elementUI
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385