composaic
v0.10.5
Published
A Composable Micro-Frontend Framework
Downloads
436
Maintainers
Readme
Composaic
A plugins based web application framework.
Table of Contents
Installation
npm i --save composaic@latest
Usage
Application scenario
Plugin project scenario
Developing Composaic itself
If you want to use composaic locally, you will need to do the following
Composaic:
- check out the project locally
npm i
npm link
cd scripts
./symlink.sh
Project using composaic:
npm link composaic
This will set up composaic for being consumed from both application and plugin projects.
Whenever you change somthing in composaic project you will need to rebuild it:
npm run build
Features
Highlight the key features of your library/framework.
Contributing
Guidelines for contributing to your project.
License
Specify the license under which your library/framework is distributed.