## Getting Started Please see the [Harvester UI Extension README](https://github.com/harvester/harvester-ui-extension). To get started, follow the `Development Setup` section. ## Project Information - **Tech Stack:** - `Vue.js`: Framework - `Linting`: ESLint - `CSS`: SCSS should be used - `TypeScript`: Primary language for logic. - **Code Style and Standards:** - `Language`: TypeScript is preferred for new code. - `Vue.js`: - Composition API components are preferred over Options API. - Large pages with lots of code and styles should be avoided by breaking the page up into smaller Vue components. - Order the Single File Component blocks as `