ld-echarts-js

1.0.2 • Public • Published

ld-echarts-js

ld-echarts

安装

ld-* 组件 命名空间统一为 ld-,请使用以下命令进行组件安装。

Add package to your project

npm install ld-echarts-js --save
or
yarn install ld-echarts --save

Add LdEchartsJS component to your project

<script>
import * as ldechartsjs from 'ld-echarts-js'

export default {
  data() {
    return {
    }
  },
  methods: {
	  ...ldechartsjs
  }
}
</script>

Example

You can clone this project and start example locally with these commands. It's in the dev folder.

npm install
npm run serve

Code

https://github.com/ngm-Irelia/ld-echarts

包含demo文件,可运行查看

Change logs

1.0.0

init

1.0.1

样式调整

1.0.2

readme

Readme

Keywords

none

Package Sidebar

Install

npm i ld-echarts-js

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

14.7 kB

Total Files

3

Last publish

Collaborators

  • niuguimin