Release Description:
When we are building an website there are two commonly use cases:
- A template for eCommerce, landing page etc.
- An admin template.
Now Calmui will help developers for initializing both admin and blank template for both vite and next js.
For now we are offering just a blank template with the basic structure. Now we will include the admin template. Here is what you can expect:
- After choosing your framework, a quick question will be asked that if you want an admin template or a blank template.
- Fully authenticated route groups for login/signup flow and also an authenticated (protected) route group for inner modules like dashboard, account etc.
- By default it will be initialized with Shadcn UI while selecting admin template.
- New route generation command like:
calmui generate-route "(authenticated)/orders"supporting route groups. The required file and folder structure will be automatically adjusted.