· Jahia  · 1 min read

Jahia TypeScript Modules

A new way to develop TemplateSet without knowledge about Maven or Java universe.

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)

  1. Copy the provisioning file
    Download 0-tenet-upgrade-install.yaml and place it into your provisioning YAML folder.
    (This installs the newly released javascript-modules-engine that replaces the old one.)

  2. Update your .env file
    Add your environment parameters accordingly.

  3. Install dependencies

yarn
  1. 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

Back to Blog

Related Posts

View All Posts »