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

https://github.com/developermithu/nuxt2-documentation-site

Build a documentation website using Nuxt js 2 & Tailwind CSS
https://github.com/developermithu/nuxt2-documentation-site

algolia tailwindcss-v2 vite vue2

Last synced: 3 days ago
JSON representation

Build a documentation website using Nuxt js 2 & Tailwind CSS

Awesome Lists containing this project

README

          

## Nuxt2 Documentation Site

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

### Algolia Setup

```cmd
npm install vue-instantsearch algoliasearch instantsearch.css
npm install nuxt-content-algolia
npm install remove-markdown
```