3 Star 0 Fork 0

张兵兵/admin-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
懒人 提交于 2021-09-13 06:43 +08:00 . prod
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
// import '@/mock.js';
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import Vue from 'vue'
import App from './App'
import router from './router'
import axios from './utils/axios'
// import echarts from 'echarts'
const echarts = require("echarts");
Vue.prototype.$axios = axios;
Vue.use(ElementUI);
Vue.prototype.$echarts = echarts;
Vue.prototype.$baseImgUrl = "https://vip.uh24.com.cn/uhome-images";
Vue.config.productionTip = false;
/* eslint-disable no-new */
new Vue({
el: "#app",
router,
components: { App },
template: "<App/>"
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bing-bing-zhang/admin-vue.git
git@gitee.com:bing-bing-zhang/admin-vue.git
bing-bing-zhang
admin-vue
admin-vue
master

搜索帮助