@chofn/echarts

baidu echarts of vue

Usage no npm install needed!

<script type="module">
  import chofnEcharts from 'https://cdn.skypack.dev/@chofn/echarts';
</script>

README

基于 echarts 封装的饼图组件。

注意,为了减少体积,仅在index.vue引入了echarts部分子模块,如果模块不够用,请自行添加。

发布流程

# 登录
npm login --registry=https://registry.npmjs.org

# 推送
npm publish --access public --registry=https://registry.npmjs.org