Browse Source

updated docs for es-modules with addision of css

tags/1.2.0
Sachin Philip Mathew 6 years ago
parent
commit
435abbd983
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      README.md

+ 7
- 0
README.md View File

@@ -49,6 +49,13 @@
```js ```js
import { Chart } from "frappe-charts" 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 * ...or include within your HTML




Loading…
Cancel
Save