Vue.js Starter
Technology stack
- TypeScript
- Vite for the build system
- Vue 3
- Zod for form validation
- Axios for HTTP requests
- Tailwind CSS
Custom Sign up flow
To enable custom sign up flow for Vue
client project, you need to:
- Find
/src/router/index.ts
file inClient.Vue
project - Find the following code:
and replace it with:
There should be already a commented out example of custom sign up flow in /src/router/index.ts
file.