1.0.31 • Published 4 months ago
lidhium v1.0.31
Lidhium JS
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
Command | Description |
---|---|
init | Initialize a new project |
generate | Generate a new micro-frontend app |
start | Start development server |
build | Build for production |
expose | Expose components for federation |
bind | Bind federated components |
Support
- Vue3
- Webpack
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Lidhish C