Skip to content

Commit

Permalink
[UPDATE] demo link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Dec 9, 2021
1 parent a38aedf commit 4521c98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { regex, required } from 'https://esm.run/vuito';
```

## Templates
With templates you can easily create and reuse validations.
With templates, you can easily create and reuse validations.

`validations/auth.ts`:
```typescript
Expand Down Expand Up @@ -81,7 +81,7 @@ signIn.check({

Use vuito with Vue.js or Nuxt.js like a breeze!

[Nuxt.js Demo](https://vuito.vercel.app/)
[Nuxt.js Demo](https://vuito.vercel.app/demo)

```bash
npm i @vuito/vue
Expand Down Expand Up @@ -117,6 +117,6 @@ export default {
To reuse your validation template you have many solutions.

1. Create a validation package in your monorepo.
2. Create a private package in npm, github, gitlab, ...
3. Any other solution that let you share a js/ts file between projects.
4. Maybe [SWAP](https://github.com/mathix420/swap) would be a good option to you
2. Create a private package in NPM, GitHub, GitLab, ...
3. Any other solution that lets you share a js/ts file between projects.
4. Maybe [SWAP](https://github.com/mathix420/swap) would be a good option for you

1 comment on commit 4521c98

@vercel
Copy link

@vercel vercel bot commented on 4521c98 Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.