Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skydiver/nuxt-tailwind-admin

Nuxt.js + Tailwind CSS Admin starter
https://github.com/skydiver/nuxt-tailwind-admin

admin admin-dashboard nuxt nuxt-starter nuxtjs starter-admin-panel tailwind-css tailwindcss

Last synced: about 1 month ago
JSON representation

Nuxt.js + Tailwind CSS Admin starter

Awesome Lists containing this project

README

        

# nuxt-tailwind-admin

> Nuxt.js + Tailwind CSS Admin starter

## Introduction

This is a Nuxt.js starter using [Admin Template Day](https://www.tailwindtoolbox.com/templates/admin-template-day) from [Tailwind Toolbox](https://www.tailwindtoolbox.com/).

## Build Setup

``` bash
# 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
```