https://github.com/cosanca/nuxt-content-chunks-bug
Reproducing an issue with nuxt build generating empty chuncks when using nuxt-content
https://github.com/cosanca/nuxt-content-chunks-bug
Last synced: 2 months ago
JSON representation
Reproducing an issue with nuxt build generating empty chuncks when using nuxt-content
- Host: GitHub
- URL: https://github.com/cosanca/nuxt-content-chunks-bug
- Owner: CosAnca
- Created: 2023-01-28T21:43:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T21:44:56.000Z (over 3 years ago)
- Last Synced: 2025-08-17T13:26:46.795Z (10 months ago)
- Language: TypeScript
- Size: 106 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-v2.nuxtjs.org/) 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://v3.nuxtjs.org/docs/deployment) for more information.