1.1.1 • Published 2 years ago

sc-gdsk-comm v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

sc-gdsk-comm

  • 作者:niuguimin
  • 邮箱:niuguimin@sdnydb.com
  • 版本:1.1.1

安装

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

Add package to your project

npm install sc-gdsk-comm --save
or
yarn install sc-gdsk-comm --save

Add LdEcharts component to your project

<script>
import { BarChart } from 'sc-gdsk-comm'

export default {
  components: { BarChart },
  data() {
    return {
    }
  },
}
</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

包含demo文件,可运行查看

Change logs

1.1.1

init