· Jahia · 1 min read
Jahia TypeScript Modules
A new way to develop TemplateSet without knowledge about Maven or Java universe.
Sneak Peek: Tenet Project Upgrade – TypeScript, Vite, and Tailwind 4
Since our last update about the Tenet project, the Jahia Solutions teams have been working hard!
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.yaml
and place it into your provisioning YAML folder.
(This installs the newly releasedjavascript-modules-engine
that replaces the old one.)Update your
.env
file
Add your environment parameters accordingly.Install dependencies
yarn
- Deploy and watch for changes
yarn dev
or simply deploy using:
yarn deploy
This module is still under development and will be updated further.
Posted by GladTek