echarts-library
v1.0.2
Published
<!-- * @Descripttion: * @version: * @Author: 李佐宁 * @Date: 2022-10-18 09:59:39 * @LastEditors: 李佐宁 * @LastEditTime: 2023-05-31 17:04:39 --> # Local Development ### yuan-echartssV3.5.6 _2023-5-30_ 态势感知与安全运营平台 #### Feat 平台新皮肤开发
Downloads
2
Readme
Local Development
yuan-echartssV3.5.6
2023-5-30 态势感知与安全运营平台
Feat
平台新皮肤开发
yuan-echartssV3.2.2
2023-5-17 合肥直联点
Fix
- 解决合肥直联点菜单显示问题
Bootstrap project
With command
$ pnpm install
the project will install all dependencies
Local development
- With command
$ pnpm dev
will start the local development environment
- Add your component into
play/src/App.vue
App.vue
<template>
<ComponentYouAreDeveloping />
</template>
<script setup lang="ts">
// make sure this component is registered in @element-plus/components
import { ComponentYouAreDeveloping } from '@element-plus/components'
</script>
Modify App.vue
file per your needs to get things work.