This is a Example Project for the webpack-theme-resolver-plugin
.
As in this Configuration, the Plugin will first look into the fancy-theme
directory, then in the default-theme
directory and if nothing found will fallback to the Component in the given Component Library.
So the Components in this Sample Project are loaded from following sources:
- Hello.vue -> defaul-theme
- AwesomeList.vue ->
webpack-theme-resolver-plugin-example-components
- ListEntry.vue ->
webpack-theme-resolver-plugin-example-components
- SimpleButton.vue -> fancy-theme
- ListEntry.vue ->
Basicly every Component can be overwritten
npm install
npm run serve
npm run build