Parcourir la source

updated docs for es-modules with addision of css

tags/1.2.0
Sachin Philip Mathew il y a 6 ans
Parent
révision
435abbd983
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      README.md

+ 7
- 0
README.md Voir le fichier

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



Chargement…
Annuler
Enregistrer