Installation

Get started with @tidy, Effortless Form Validation for Popular Single Page Application Frameworks (Vue.js, Svelte, etc.)

Quick Start

This guide walks you through the simple process of installing @tidy into your application.

Installation via npm (or yarn):

  • Open your terminal or command prompt and navigate to your Vue.js project directory.
  • Run the following command to install @tidy:
npm install @nattyjs/tidy

(Alternatively, for yarn users):

yarn install @nattyjs/tidy

This command will download the @nattyjs/tidy package and its dependencies into your project's node_modules folder.