DashboardPack / architectui-vue-theme-free

ArchitectUI Vue Lite is a minimal admin dashboard template. It features a simple functionality to get your SaaS admin panel up and running in no-time.
https://dashboardpack.com/theme-details/architectui-dashboard-vue-pro
MIT License
61 stars 69 forks source link

Side menu doesn't hide #4

Closed rahamatj closed 1 year ago

rahamatj commented 4 years ago

Side menu doesn't hide when the hide button is clicked. And after visiting the login page the side menu stays hidden, only opens on hover and there's no way to keep it always open.

DPTeamMember commented 3 years ago

Hello @rahamatj

We will resolve the issue in the next possible release.

Thank you.

TariqAbbas514 commented 3 years ago

@rahamatj How did you run this on a local machine after unzipping? What steps to follow in?

DPTeamMember commented 3 years ago

Hello @TariqAbbas514

To run the template you just need to run the following two commands on the root directory of the template.

  1. npm install
  2. npm run serve

Thank you.