- Dark Mode / Light Mode Switch
- Table of content
- Seo Improvements
- Upgrade to Nuxt Content 3
- Search option
- i18n support? (English/Persian Blog system)
- Vue 3
- Nuxt 4
- Nuxt-Content 3
- Tailwind CSS
- And ...
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.