regle

(★ 494)

✅ Headless form validation library for Vue.js

  • .actrc
  • .env-cmdrc
  • .gitattributes
  • .gitignore
  • .node-version
  • .size-limit.mjs
  • CODE_OF_CONDUCT.md
  • commitlint.config.ts
  • CONTRIBUTING.md
  • LICENSE
  • package.json
  • playwright.config.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • SECURITY.md
  • taze.config.ts
  • tsconfig.json
  • tsdown.common.build.ts
  • tsdown.common.dev.ts
  • turbo.jsonc
  • vercel.json
  • vite.config.ts
  • vitest.config.ts

# Installation Guide

1. Get the code
git clone https://github.com/victorgarciaesgi/regle

Downloads the entire project code from GitHub to your computer.

cd regle

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
pnpm install @regle/core @regle/rules

Downloads and installs the libraries listed in package.json.

yarn add @regle/core @regle/rules

Type this command into your terminal and run it.

npm install @regle/core @regle/rules

Downloads and installs the libraries listed in package.json.

<a href="https://www.npmjs.com/package/@regle/core"><img alt="npm version" src="https://img.shields.io/npm/v/@regle/core.svg"/></a>

Type this command into your terminal and run it.

<a href="https://www.npmjs.com/package/@regle/core"><img alt="npm download" src="https://img.shields.io/npm/dm/@regle/core.svg"/></a>

Type this command into your terminal and run it.

After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation