Direct Download / CDN
Unpkg.com provides NPM-based CDN links. The above link will always point to the latest release on NPM.
You can also use a specific version/tag via URLs like https://unpkg.com/vue-tree-table-component@0.1.0
<script src="/path/to/component.js"></script>
NPM
npm install vue-tree-table-component --save
Yarn
yarn add vue-tree-table-component