This page covers a next version of Handsontable, and is not published yet.

This page covers a non-latest version of Handsontable.

# File structure

The source files for this project are stored on GitHub in a mono repository (opens new window).

├── bin                    # Binary files
├── dist                   # Compiled files
├── docs                   # Documentation files
├── examples               # Code examples
├── handsontable.d.ts      # TypeScript definitions file
├── languages              # Translations (i18n)
├── resources              # Static files for README.md
├── scripts                # Scripts for building and deploying
├── src                    # Source files
├── test                   # Automated tests
└── wrappers
    ├── angular            # Wrapper for Angular
    ├── react              # Wrapper for React
    └── vue                # Wrapper for Vue 2