Hi all right, I'd like to start a project in Vue with as little custom components as possible, just plus the styling part and bootstrap components. Is it possible to have this prototype in the list of examples?
Hi,
All of the main layout files are located in src/layouts/main-layout, components in other folders might be easily excluded. Unneeded plugins can be removed from src/main.ts and plugin style files from src/App.vue.
The two style files below are mandatory, other files you can be removed up to your requirements.
@import "assets/sass/plugins";
@import "assets/sass/style";