Skip to content

github01main/Test-NuxtJS

Repository files navigation

Test-NuxtJS

Dev Tools List

  • node.js v18.0.0
  • Core Engine : nuxt@3.0.0-rc.3
  • Bundler : @nuxt/vite-builder
  • Command line interface : nuxi
  • Server engine nitro
  • Development kit : @nuxt/kit
  • Nuxt 2 Bridge : @nuxt/bridge

Rendering Mode

  • Client-side only rendering (CSR).
  • Universal Rendering (CSR + SSR).
  • Hybrid Rendering.

official nuxt 3 documentation. official nuxt 3 roadmap * nuxt 3 is still not stabled.

Purpose of This Project

  • set the data from data.ts for DOM space.
  • Deploying The Project by Nuxt 3.
  • Using Github Action with Nuxt 3 Web FrameWork.
  • Understaing between SPA and MPA.
npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview