Selaa lähdekoodia

updated docs for es-modules with addision of css

tags/1.2.0
Sachin Philip Mathew 6 vuotta sitten
vanhempi
commit
435abbd983
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. +7
    -0
      README.md

+ 7
- 0
README.md Näytä tiedosto

@@ -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



Ladataan…
Peruuta
Tallenna