dxp/issues#1020 Fixed minor issues doe bundling the app as a library of components.
- Updated vite conf. CSS does not need to be added here, changed output format to mjs for more clarity, added index.html for allowing "npm run preview"
- Now CSS files of each coimponent is called by the component.
- Removed styles.css for making a real decouple.