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
- Host: GitHub
- URL: https://github.com/developermithu/nuxt2-documentation-site
- Owner: developermithu
- Created: 2022-01-30T01:17:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T23:53:03.000Z (about 4 years ago)
- Last Synced: 2025-03-29T11:28:33.770Z (about 1 year ago)
- Topics: algolia, tailwindcss-v2, vite, vue2
- Language: Vue
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```