瀏覽代碼

updated docs for es-modules with addision of css

tags/1.2.0
Sachin Philip Mathew 6 年之前
父節點
當前提交
435abbd983
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      README.md

+ 7
- 0
README.md 查看文件

@@ -49,6 +49,13 @@
```js
import { Chart } from "frappe-charts"
```
...or include following for es-modules(eg:vuejs):
```js
import { Chart } from 'frappe-charts/dist/frappe-charts.esm.js'
// import css
import 'frappe-charts/dist/frappe-charts.min.css'
```

* ...or include within your HTML



Loading…
取消
儲存