Skip to content

Commit

Permalink
Added zod for schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkuncio committed Nov 27, 2022
1 parent ff2da9c commit 8d269a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ npx create-nuxt3-enterprise
- eslint/prettier config 💜
- pinia state management 🍍
- histoire for user stories 📗
- zod for schema validation 💎
- pages 📄
- API routes 🗄️
- server middlewares 🔀
Expand Down
3 changes: 2 additions & 1 deletion dist/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"dependencies": {
"@pinia/nuxt": "^0.4.4",
"pinia": "^2.0.24",
"vitest": "^0.25.2"
"vitest": "^0.25.2",
"zod": "^3.19.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nuxt3-enterprise",
"version": "0.1.3",
"version": "0.2.0",
"description": "Create Nuxt 3 app with out of the box features",
"keywords": ["nuxt", "nuxt3", "enterprise", "vue", "starter"],
"author": "Michał Kuncio <michal.kuncio@protonmail.com> (https://michalkuncio.com/)",
Expand Down

0 comments on commit 8d269a0

Please sign in to comment.