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

https://github.com/developermithu/nuxt2-blog

SPA blog website using Nuxt JS 2 and Tailwind CSS
https://github.com/developermithu/nuxt2-blog

nuxt2 tailwindcss vuejs2

Last synced: 1 day ago
JSON representation

SPA blog website using Nuxt JS 2 and Tailwind CSS

Awesome Lists containing this project

README

          

# nuxt2-blog

## 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 run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).