Newsletter For Templates
Join the Community For Templates
Subscribe to Templates newsletter for the latest news and updates
Dashboard is a lightweight, minimal, fast-loading front-end dashboard theme built with Vue.js and Nuxt.js, offering a responsive SCSS style.
ACodeNav is a comprehensive programmer navigation platform offering curated resources, tools, and learning guides for software developers.
Tablog-svelte is a minimalistic blog theme built with SvelteKit, designed for easy setup and customization.
Nextplate is a free Next.js starter template with Tailwind CSS and TypeScript, designed to quickly launch Next.js projects.
Relivator is a next.js 15 ecommerce template with better-auth, polar payments, shadcn/ui, tailwind, drizzle orm, and typescript.
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.
To get started with the Dashboard theme, you'll need:
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 .