Skip to content

techtolentino/ramblings-nuxt3-blog-starter

Repository files navigation

ramblings

a minimal Nuxt 3 blog starter template

View the deployed demo here

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Dev Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the app for prod:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Check out nuxt 3 documentation to learn more.