luisoos / nuxt3-blog

Blog written in Nuxt3 and made with Nuxt Content and Tailwind CSS. Edit your blog articles in markdown and deliver them blazingly fast! πŸš€βœ¨

Home Page:https://nuxt3-blog-luisoos.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Blog

Blog written in Nuxt 3 and made with Nuxt Content and Tailwind CSS. Edit your blog articles in markdown and deliver them blazingly fast! πŸš€βœ¨

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

Blog written in Nuxt3 and made with Nuxt Content and Tailwind CSS. Edit your blog articles in markdown and deliver them blazingly fast! πŸš€βœ¨

https://nuxt3-blog-luisoos.vercel.app/

License:MIT License


Languages

Language:Vue 65.7%Language:CSS 20.9%Language:JavaScript 8.0%Language:TypeScript 5.4%