Installation & Usage

Download

npm

Installing via npm

npm install apextree --save

Usage

import ApexTree from 'apextree'

OR

Direct <script> include

Another way is to directly include it in your html

<script src="https://cdn.jsdelivr.net/npm/apextree"></script>