vue3-ui
vue3-ui copied to clipboard
This may not the best way frontend engineers starting a project with template in 2023.
This PR aims to progressively fix XHTML validation issues found across vue3-ui components. Currently includes: - Removal of unnecessary `role="navigation"` attribute in VNavbar component. More fixes will be pushed incrementally.
- translate postcss.config to esm (thou it probably should be deleted) - delete babel, vue-cli & rollup with related configs - expose the package as esm module - put vue,...