Nuxt.js
Nuxt.js
Nuxt.js is a free and open source web framework based on Vue.js, Node.js, Webpack and Babel.js. It offers server-side rendering, static site generation, and more.
Create Nuxt App
Nuxt.js
Create a new Nuxt.js application
npx nuxi@latest init my-app
Nuxt Development Server
Nuxt.js
Start the Nuxt.js development server
npm run dev
Nuxt Build
Nuxt.js
Build the Nuxt.js application for production
npm run build