This project made to create web component(angular element) from @ansyn component.
it include 2 project Viewer and Builder
contain the @ansyn component for creating the element.
web interface for the end-user for download our component.
contains:
- how-to manuals for import the component to various framework
- enable the user to config our default config file.
you had to clone also the ansyn-webcomponent-server repo.
in the first time you had to run npm run build:all
to build the Build and Viewer project.
in the dist you have:
- Builder directory that need to copy to the server.
- Viewer directory to serve to the users. (http-server, nginx etc.)
after that in most case you only need to update the Builder project according
to the update of @ansyn package
and then run npm run build:element