This project in intended to provide all UI component coming from design system.
- Vite is used for module federation
- Vue 3 is required to use all the component
- The styling is based on tailwindcss, with addon plugin provided by this package
- Install the package from feedmepos github and all the peer dependency
- vite compiler
- vue3
- tailwindcss
- Add the vite plugin to enable module federation when build for production
- Add the tailwind plugin to expose all class
- import the component just like normal with the full typing ability.
- Formatting using VS code prettier extension
- Add a components inside src/components
- Expose the component for federation using component-map.json