nuxt blog
v1.7.0
Nuxt Blog built with Nuxt3, Nuxt-Content2, Vue3 & TailwindCss
Live Demo
https://blog.nurriyad.com
Hosted on Vercel:
npm run build
Requires Node.js 16+
# install dependencies
yarn install
# serve in dev mode, with hot reload at localhost:5173
yarn run dev
# build for production
yarn run build
# serve in production mode
yarn run preview