- Build the component library
cd rwire
npm install
npm run build
- Generate the client
cd ../client
npm install
- Observe slot working correctly in dev mode
npm run dev
- Observe slot not working once built
npm run build
npm run serve
- Additionally - observe that styles are missing