February 23, 2024

Create Molybden App 1.1.0: UI component libraries

In this version, we extend the list of project templates with the most popular UI component libraries for the supported frontend frameworks and languages.

To generate a new Molybden project using the latest version of Create Molybden App, run the following command:

npm create molybden-app@latest

What’s new

UI component libraries

We have extended the list of project templates with the most popular UI component libraries for the supported frontend frameworks and languages.

UI component library React Vue Angular Vanilla
Ant Design      
Bootstrap  
Chakra UI      
Material UI      
Semantic UI      
Shadcn/ui      
Tailwind      
Quasar      

Now, when you create a new Molybden project, you can choose both the frontend framework and the UI component library for creating the application user interface.

Enhancements

  • Added .gitignore file to each project template.
  • Simplified the CMakeLists.txt file in each project template. Now, it contains only the necessary minimum to build the project and the rest of the configuration is moved to the Molybden.cmake file.
On this page
Top