Skip to content

Calmui V1.1.0

Latest

Choose a tag to compare

@sagarsen2023 sagarsen2023 released this 14 Sep 20:46
· 2 commits to main since this release

Release Description:

When we are building an website there are two commonly use cases:

  1. A template for eCommerce, landing page etc.
  2. 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.