样式引入:

@import "~element-ui/packages/theme-chalk/src/index;" 是一个CSS中的指令,用于引入指定路径的CSS文件。在这个例子中,它引入了Element UI的Chalk主题的CSS文件。
具体来说:
"~" 表示引用node_modules文件夹中的依赖
"element-ui" 是一个依赖项的名称,表示引用的是element-ui包
"packages/theme-chalk/src/index" 是指定在element-ui包中,引入theme-chalk包的src目录下的index文件
因此,这段代码的作用是将Element UI的Chalk主题的CSS文件引入到当前项目中,以便使用Element UI时应用该主题的样式。

间补效果的库:
@tweenjs/tween.js (一个简单的补间动画库,有点类似css3的transition属性,在做一些过滤效果的时候非常方便)

图表echart库:v-charts

cesium中文网:http://cesium.xin/cesium/cn/Documentation1.62/

echarts主题:https://echarts.apache.org/zh/theme-builder.html 通常图表都有主题色 导出导入 echarts属性设置

视频流:https://v2.h5player.bytedance.com/examples/
https://github.com/numberwolf/h265web.js

富文本:
wangeditor
vue2

“@wangeditor/editor”: “^5.0.1”,
“@wangeditor/editor-for-vue”: “^1.0.0”,

小时甘特图