Dashboard
Dashboard is a lightweight, minimal, fast loading front-end dashboard theme. It is built with Vue.js and Nuxt.js.
The UI design of the theme is taken from the original work of Aysenur Turk.
Key Features:
- Beautiful design Glassmorphism Creative Cloud App
- Fully responsive
- Fast loading
- Lightweight
- Built on Vue & Nuxt
- SCSS style
- Well commented and clean code
- Optimized for SEO and Accessibility
Build Setup
To get started with the Dashboard theme, you'll need:
- Node.js
- NPM
- Yarn
- Vue CLI
Using the terminal, navigate to the folder containing the unzipped theme and run the npm install
command. This will install all of the required packages and prepare your project for local development and production deployment. Once complete, type npm run dev
and press the enter key. Vue CLI will then compile the project and serve a local server.
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production and launch server
yarn build
yarn start
# generate static project
yarn generate
For detailed explanation on how things work, check out Nuxt.js docs .