https://github.com/modbender/nuxt-nova-blog-template
Nuxt 3 Blog Template called "Nuxt Nova"
https://github.com/modbender/nuxt-nova-blog-template
Last synced: 3 months ago
JSON representation
Nuxt 3 Blog Template called "Nuxt Nova"
- Host: GitHub
- URL: https://github.com/modbender/nuxt-nova-blog-template
- Owner: modbender
- Created: 2023-08-31T17:50:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T09:02:11.000Z (over 2 years ago)
- Last Synced: 2025-10-25T17:45:50.295Z (7 months ago)
- Language: Vue
- Size: 5.68 MB
- 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.