micro-fe

๐Ÿš€ A collection of NPM initializers for bootstrapping micro-frontend solutions.

MIT License

Stars
1

๐Ÿ“ฆ @micro-fe

This project is a curated collection of NPM initializers for generating Micro-frontends and micro-frontend structural patterns.

๐Ÿ’ผ Getting Started

The instructions below will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

To use this project to bootstrap your micro-frontend project, run the following in your terminal:

npm init @micro-fe

๐Ÿ“š Prerequisites

What things you need to install the software and how to install them

  • Node v12+
  • NPM v6+

๐Ÿ“ฒ Installing

To install the project, clone and build the repo, then use npm to install dependencies for each package.

git clone [email protected]:micro-fe.git
cd micro-fe
npm i

๐Ÿ›ฅ Deployment

Each package is versioned and deployed independently with npm:

npm version patch
npm publish

๐Ÿงพ Project Dependencies

  • TypeScript - Implementation language
  • NPM - Dependency Management

๐Ÿท Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

๐Ÿ“œ Authors

See also the list of contributors who participated in this project.

๐Ÿ“„ License

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