- Delete old Vite+Svelte frontend - Initialize new SvelteKit project with TypeScript - Configure Tailwind CSS v4 + DaisyUI - Implement JWT authentication with auto-refresh - Create login page with form validation (Zod) - Add protected route guards - Update Docker configuration for single-stage build - Add E2E tests with Playwright (6/11 passing) - Fix Svelte 5 reactivity with $state() runes Known issues: - 5 E2E tests failing (timing/async issues) - Token refresh implementation needs debugging - Validation error display timing
52 lines
1.5 KiB
Markdown
52 lines
1.5 KiB
Markdown
# @vinejs/vine
|
|
|
|
<hr>
|
|
<br />
|
|
|
|
<div align="center">
|
|
<h3>One of the fastest validation library for Node.js</h3>
|
|
<p>VineJS is a form data validation library for Node.js. You may use it to validate the HTTP request body in your backend applications.</p>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div align="center">
|
|
|
|
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
|
|
|
|
</div>
|
|
|
|
<div align="center">
|
|
<h3>
|
|
<a href="./benchmarks.md">
|
|
Benchmarks
|
|
</a>
|
|
<span> | </span>
|
|
<a href="https://vinejs.dev/docs/introduction">
|
|
Documentation
|
|
</a>
|
|
<span> | </span>
|
|
<a href="https://github.com/vinejs/.github/blob/main/docs/CONTRIBUTING.md">
|
|
Contributing
|
|
</a>
|
|
</h3>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<sub>Built with ❤︎ by <a href="https://github.com/thetutlage">Harminder Virk</a>
|
|
</div>
|
|
|
|
<br />
|
|
<hr>
|
|
<br />
|
|
|
|

|
|
|
|
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/vinejs/vine/checks.yml?style=for-the-badge
|
|
[gh-workflow-url]: https://github.com/vinejs/vine/actions/workflows/checks.yml 'Github action'
|
|
[npm-image]: https://img.shields.io/npm/v/@vinejs/vine/latest.svg?style=for-the-badge&logo=npm
|
|
[npm-url]: https://www.npmjs.com/package/@vinejs/vine/v/latest 'npm'
|
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
[license-url]: LICENSE.md
|
|
[license-image]: https://img.shields.io/github/license/vinejs/vine?style=for-the-badge
|