1.0.2 • Published 10 months ago

echarts-library v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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

  1. With command
$ pnpm dev

will start the local development environment

  1. 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.