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

https://github.com/mostafatech/nuxttailwindboilerplate

Nuxt.js (vue) + Tailwind CSS Boilerplait
https://github.com/mostafatech/nuxttailwindboilerplate

Last synced: 4 months ago
JSON representation

Nuxt.js (vue) + Tailwind CSS Boilerplait

Awesome Lists containing this project

README

          

# NuxtTailwindBoilerplate
Nuxt.js (vue) + TailwindCSS + SCSS Boilerplate

## Setup

```bash
# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev

# build for production
npm run build

# serve in production mode
npm start
```