Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

skydiver/nuxt-tailwind-dashboard

Repository files navigation

nuxt-tailwind-dashboard

Nuxt.js + Tailwind CSS Dashboard starter

⚠️ this starter is based on Tailwind CSS 0.7.4 ⚠️

Introduction

This is a Nuxt.js starter using Admin Template from Tailwind Toolbox.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate