All in 1 Pack

Arctic VueJs
Dasboard Template

Vue, VuetifyJs & TailwindCss

Grab the most developer friendly & easy to customize
Vuejs Admin Dashboard & UI Kits.

View Demos
menu

Quick start Arctic Vue

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

Development server

5. Run npm run serve for a dev server. Navigate to http://localhost:8080/. app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. the -prod flag for a production build.

App Entry Point

main.js (Location: src) is the entry file.