





Vue, VuetifyJs & TailwindCss
Grab the most developer friendly & easy to customize
Vuejs Admin Dashboard & UI Kits.






1. Download & install NodeJs.
2. Download & install Git.
3. Install @Vue/cli globally. Open terminal and run
npm install -g @vue/cli
OR
yarn global add @vue/cli
Vue CLI Doc: https://cli.vuejs.org/
4. Use terminal and navigate to project root. Then run npm install
5. Run npm run serve for a dev server. Navigate to http://localhost:8080/.
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
main.js (Location: src) is the entry file.