· Ahmed Chaabni · Jahia · 1 min read
Jahia TypeScript Modules
A new way to develop TemplateSet without knowledge about Maven or Java universe.
Tenet Project Upgrade – TypeScript, Vite, and Tailwind 4
Since our last update about the Tenet project, the Jahia Solutions teams have been updating their javascript modules to have more features.
They upgraded the frontend stack from JSX + Webpack to TypeScript + Vite giving frontend developers a much better experience by replacing the heavy Webpack with lightweight, modern Vite.
We planned to recreate the same site as before, but with a different module that includes:
- TailwindCSS 4
- Vite
- React with TypeScript
🚀 The project is already working, although some screens are still being updated.
You can check it out here: Tenet TypeScript GitHub Repository
How to Use it on Jahia 8.2 (GraalVM Environment)
Copy the provisioning file
Download0-tenet-upgrade-install.yamland place it into your provisioning YAML folder.
(This installs the newly releasedjavascript-modules-enginethat replaces the old one.)Update your
.envfile
Add your environment parameters accordingly.Install dependencies
yarn- Deploy and watch for changes
yarn devor simply deploy using:
yarn deployPosted by GladTek


