248 Star 3.7K Fork 990

奔跑的面条/vue-big-screen-plugin

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.ts 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
奔跑的面条 提交于 2021-05-18 20:02 +08:00 . feature: 新增第一个图表
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'
import dataV from '@jiaminghi/data-view';
// 引入全局css
import './assets/scss/style.scss';
// 引入图表(所有图标见 icon 目录下的 demo_index.html)
import './assets/icon/iconfont.css'
// 引入 全局注册组件
import PublicComponent from '@/components/componentInstall';
const app = createApp(App)
app.use(PublicComponent)
app.use(dataV)
app.use(store)
app.use(router)
app.mount('#app')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/MTrun/vue-big-screen-plugin.git
git@gitee.com:MTrun/vue-big-screen-plugin.git
MTrun
vue-big-screen-plugin
vue-big-screen-plugin
master

搜索帮助