undefinedThumbnail

Nx plugins getting started

An Nx plugin is an npm package to extend Nx itself. The most significant parts of that are generators and executors. Generators are the way to create files from templates, and executors are runners for something like the build process to package your application. It’s easy to get started.

Nx Vite TypeScript Plugins 02-12-2022

undefinedThumbnail

Framework agnostic component libraries with StencilJs and Nx

Stencil is a web component compiler developed by the team around the Ionicframework. Stencil is not the next framework but a compiler whose output format is standard-compliant web components.

StencilJS WebComponents 12-08-2022