@xutil/tree

0.0.3 • Public • Published

Tree 树

x-tree

📦 安装

  • 使用 npm 安装

    npm install @xutil/tree -S
  • HTML直接引入

    <!DOCTYPE html>
       <html lang="en">
       <body>
          <script src="/dist/index-umd.js"></script>
          <script>
          </script>
       </body>
    </html>

🎨 使用

  • ESM导入使用

    // 按需引入
    import XTree from "@xutil/tree"
  • RequireJS导入使用

    // 全部引入
    const XTree = require('@xutil/tree')

方法

Readme

Keywords

none

Package Sidebar

Install

npm i @xutil/tree

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

7.63 kB

Total Files

6

Last publish

Collaborators

  • veserise