1.0.31 • Published 4 months ago

lidhium v1.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Lidhium JS

npm version License: MIT Downloads GitHub issues

A powerful CLI tool for creating and managing micro-frontend applications with Webpack.

Features

  • 🚀 Quick setup for micro-frontend applications
  • 🛠 Supports Vue3
  • 📦 Built-in Webpack configuration
  • 🔄 Seamless module federation

Installation

npm install -g lidhium

Usage

Create a new project

lidhium init my-app

Generate a new micro-frontend

lidhium generate app-name 3000

Start development server

lidhium start app-name

Build for production

lidhium build app-name

Commands

CommandDescription
initInitialize a new project
generateGenerate a new micro-frontend app
startStart development server
buildBuild for production
exposeExpose components for federation
bindBind federated components

Support

  • Vue3
  • Webpack

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Lidhish C

Links