https://github.com/regenrek/nuxt-docs-starter
https://github.com/regenrek/nuxt-docs-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-docs-starter
- Owner: regenrek
- Created: 2024-08-24T03:07:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T04:21:22.000Z (8 months ago)
- Last Synced: 2025-02-08T12:46:24.611Z (3 months ago)
- Language: TypeScript
- Homepage: https://nuxt-docs-starter.vercel.app
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content.nuxt.com/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.