0.2.6 • Published 7 months ago

mdp-chart v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

mdp-chart

该组件库采用 Vue@3.3.4+ TypeScript@5.2.2 + Vite@4.4.9 + scss 实现!

Install & Use

pnpm i mdp-chart
# or
npm install mdp-chart
# or
yarn add mdp-chart

Import and register component

Global

import { createApp } from 'vue'
import App from './App.vue'

import MdpChart from 'mdp-chart'
import 'mdp-chart/css'

const app = createApp(App)
app.use(MdpChart)

Local

<script setup lang="ts">
import { Button } from 'mdp-chart'
import 'mdp-chart/css'
</script>

Use CDN in Project

<script src="https://unpkg.com/mdp-chart@latest"></script>

Project

  • Get the project code
git clone http://gitlab.juneyaoair.com:10080/data-app/mdp-chart-npm.git
  • Install dependencies
cd mdp-chart

pnpm i
  • Run project
pnpm dev

Components

Component nameDescriptionsComponent name
JxJade玉玦图JxJade

Functions

Function nameDescriptionsArguments
getQueryString获取url参数!(timestamp: number | string | Date, format = 'YYYY-MM-DD HH:mm:ss') => string
Gmodel弹出提示
0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago