Change Log
January 10, 2023 ยท View on GitHub
[1.0.1] 2023-01-10
- Update dependencies
- Fix the installation issue when running
npm install
[2.0.0] 2018-05-01
Vue Paper Dashboard Version 2
-
Bootstrap 4 update
- Migrate components to support BS4 as well as existing scss assets
-
Vue CLI 3 update
- Get rid of old webpack template and make use of newest vue-cli 3. The project has almost no configuration files and
should work out of the box if you copy paste the
srcfolder into a newly scaffolded Vue CLI 3 project.
- Get rid of old webpack template and make use of newest vue-cli 3. The project has almost no configuration files and
should work out of the box if you copy paste the
-
Overall project structure improvements
- The project structure resembles a default nuxt project structure We have a breakdown of
componentsfolder (only UI components)pagesfolder which contains pages/viewslayoutfolder which contains layout related componentsassetsfolder which contains scss, images and fontspluginsfolder which has project related pluginsrouterfolder which contains routes
-
Component improvements
- Use of
vue-notifyjsfor notifications - Improvements for Sidebar. Option to declare links as children inside Sidebar slot. SSR support.
- Minor improvements for other components and SSR support for them
- Use of