You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A lightweight, Laravel-inspired validation package for Vue 3. Effortlessly valid
11
11
-[Getting started](#getting-started)
12
12
-[Advantages of using this solution](#advantages-of-using-this-solution)
13
13
-[🔥 Key benefits](#-key-benefits)
14
-
-[🚀 How It Works](#-how-it-works)
14
+
-[🚀 Features](#-features)
15
15
-[Installation](#installation)
16
16
-[Setup](#setup)
17
17
-[Usage](#usage)
@@ -30,7 +30,7 @@ A lightweight, Laravel-inspired validation package for Vue 3. Effortlessly valid
30
30
31
31
## Advantages of using this solution
32
32
33
-
`@kolirt/vue-validation-kit` is a convenient and powerful package for data validation in Vue.js applications. It provides a simple and intuitive solution for form validation, inspired by the validation system of the Laravel framework, making it particularly user-friendly for developers familiar with this technology. The package allows seamless integration of validation into projects while keeping the code clean and structured.
33
+
`vue-validation-kit` is a convenient and powerful package for data validation in Vue.js applications. It provides a simple and intuitive solution for form validation, inspired by the validation system of the Laravel framework, making it particularly user-friendly for developers familiar with this technology. The package allows seamless integration of validation into projects while keeping the code clean and structured.
34
34
35
35
36
36
### 🔥 Key benefits:
@@ -53,12 +53,12 @@ With vue-validation-kit, you can focus on your application’s logic rather than
53
53
54
54
## Installation
55
55
56
-
Use yarn or npm to install the package `@kolirt/vue-validation-kit`.
56
+
Use yarn or npm to install the package `vue-validation-kit`.
57
57
58
58
```bash
59
-
npm install --save @kolirt/vue-validation-kit
59
+
npm install --save vue-validation-kit
60
60
61
-
yarn add @kolirt/vue-validation-kit
61
+
yarn add vue-validation-kit
62
62
```
63
63
64
64
## Setup
@@ -67,8 +67,8 @@ Add dependencies to your `main.ts`:
0 commit comments