micro-frontend-react-pages
v0.0.5
Published
Microfrontend workshop - A collection of Page components
Downloads
4
Readme
home-page
Microfrontend workshop - A collection of Page components
All the page components in a single place.
This will be our first step in the workshop. After that we can refactor, improve and decouple our code.
Usage
yarn add micro-frontend-react-pages
# or
npm install micro-frontend-react-pages
For more details, see src/js/export.js
Code Architecture
Check out the [email protected]
docs
for info on the repo layout, structure and meaning.
Publishing the package
This project is using np
as publisher helper. For more information, please check np
documentation
NPM Commands
Component commands
npm run start
: start component page example usingreact-storybook
;npm run watch
: start component page in watch mode example usingreact-storybook
,npm run demo:deploy
: Publishing your component page in your Github Pagenpm run build:page
: Creates your page bundle;npm run build:library
: Creates your component bundle to be published in your NPM repository (public or private). This bundle will NOT includereact-storybook
and other development dependencies;npm run serve:dist
: Creates a server based on the component page that will be deployed in your Github Page. This command is used to check the results locally before you deploy your component example page;npm run test
: Running unit tests using MochaJSnpm run tdd
: Running unit tests using MochaJS in watch mode. It will help you to create a component usingTest Driven Development
approach
Changes and history
See CHANGELOG.md.