Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 647 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 647 Bytes

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.