<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lidhish C</title>
    <description>The latest articles on DEV Community by Lidhish C (@lidhish_c).</description>
    <link>https://dev.to/lidhish_c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3026728%2F5be14a62-e6a7-420e-a9b0-ffa0b516cca8.jpg</url>
      <title>DEV Community: Lidhish C</title>
      <link>https://dev.to/lidhish_c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lidhish_c"/>
    <language>en</language>
    <item>
      <title>🚀 Introducing Lidhium JS: A Modern CLI for Micro-Frontend Development</title>
      <dc:creator>Lidhish C</dc:creator>
      <pubDate>Thu, 08 May 2025 13:27:52 +0000</pubDate>
      <link>https://dev.to/lidhish_c/introducing-lidhium-js-a-modern-cli-for-micro-frontend-development-2dac</link>
      <guid>https://dev.to/lidhish_c/introducing-lidhium-js-a-modern-cli-for-micro-frontend-development-2dac</guid>
      <description>&lt;p&gt;Micro-frontend architecture has revolutionised the way we build scalable and maintainable frontend applications. However, setting up and managing micro-frontends can be complex and time-consuming. Enter Lidhium JS—a powerful CLI tool designed to simplify and streamline micro-frontend development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔧 What is Lidhium JS?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Lidhium JS is a command-line interface tool that facilitates the creation and management of micro-frontend applications. Built with modern technologies like Vue 3, Webpack, and Tailwind CSS, it offers developers a seamless experience in setting up and orchestrating micro-frontends.&lt;/p&gt;

&lt;p&gt;Key features include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Easy Setup:&lt;/strong&gt; Quickly initialize projects with straightforward commands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Type Safety&lt;/strong&gt;: Leverages TypeScript for enhanced developer experience and autocomplete support.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Single Configuration:&lt;/strong&gt; Manage multiple applications using a single configuration file, ensuring consistency across projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Monorepo Support:&lt;/strong&gt; Efficiently handle multiple packages and applications within a single repository.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Performance Optimised:&lt;/strong&gt; Designed with performance in mind, minimising overhead and ensuring efficient data handling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in Dev Tools:&lt;/strong&gt; Monitor and debug applications seamlessly with integrated development tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠️ Getting Started&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To install Lidhium JS globally:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install -g @lidhium/cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Initialize a new project:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;lidhium init my-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Generate a new micro-frontend application:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;lidhium generate app-name 3000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Start the development server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn start app-name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Build for production:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn build app-name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Start the development tool:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn dev-tool
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;Note: The first app you generate will always be of type host.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;📦 Powered by Modern Technologies&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Lidhium JS is built upon a robust tech stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Vue 3: &lt;em&gt;A progressive JavaScript framework for building user interfaces.&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Webpack: &lt;em&gt;A module bundler for modern JavaScript applications.&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tailwind CSS: &lt;em&gt;A utility-first CSS framework for rapid UI development.&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🌐 Learn More&lt;/strong&gt;&lt;br&gt;
For comprehensive documentation, examples, and community support, visit the official website: &lt;a href="https://lidhiumjs.com" rel="noopener noreferrer"&gt;lidhiumjs.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Join the community and contribute to the evolution of micro-frontend development!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>vue</category>
      <category>webpack</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
