Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harryxiong24/xbear-micro-frontends

A micro-frontends framework project.
https://github.com/harryxiong24/xbear-micro-frontends

Last synced: about 2 months ago
JSON representation

A micro-frontends framework project.

Awesome Lists containing this project

README

        

# Xbear-micro-frontends

## Description

A micro-frontends framework project.

## Usage

```bash
# Clone it from Github.
$ git clone https://github.com/HarryXiong24/Xbear-micro-frontends.git
$ cd webpack-ts-start
```

```bash
# If you want to use yarn.
yarn install
yarn dev
yarn build
```

```bash
# If you want to use npm.
npm install
npm run dev
npm run build
```

### Hint

The simple example is located in the examples folder, so the packaging file entry set by Webpack is located in index.ts under the examples folder.

The file in the directory under src is just an empty file. Please modify it yourself according to your needs.