Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 10, 2021
1 parent 3fa78fb commit c1f6caf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
`Fronts` is a progressive micro frontends framework for building Web applications, and it's based on the [module federation](https://webpack.js.org/concepts/module-federation/) of Webpack.

## Motivation

todo

## Concepts

todo

## Features
Expand Down Expand Up @@ -129,7 +131,7 @@ boot(render, document.getElementById('root'));
| `fronts` | Any Framework | Completed ✅ |
| `fronts-react` | React | Completed ✅ |
| `fronts-vue` | Vue | In Progress 💡 |
| `fronts-ng` | Vue | - |
| `fronts-ng` | Angular | - |

## Running Type

Expand All @@ -140,22 +142,29 @@ boot(render, document.getElementById('root'));
| Version Control | Webpack<br />site.json<br />Registry Server | |

## Examples

todo

## Debugger/Logger

todo

## Testing

todo

## CLI

todo

## Version Control

todo

## Tutorial

todo

## License

Fronts is MIT licensed.

0 comments on commit c1f6caf

Please sign in to comment.