datatable/vuepress/download.md
2018-05-22 14:09:57 +05:30

556 B

Download

Frappe DataTable can be consumed in several different forms.

CDN

Load it directly from the unpkg CDN.

<script src="https://unpkg.com/frappe-datatable@0.0.5/dist/frappe-datatable.min.js"></script>

Package managers

Include it directly in your build workflow. You can find the compiled JS/CSS files in the dist/ directory.

yarn add frappe-datatable
# or
npm install frappe-datatable

Source

The complete source code is always available on Github.

git clone https://github.com/frappe/datatable