nuxt

Subcommands

NameDescription
devLaunch the development server
startStart the production server (after running nuxt build). Use it for Node.js hosting like Heroku, Digital Ocean, etc
generateBuild the application (if needed), generate every route as a HTML file and statically export to dist/ directory (used for static hosting)
buildBuild and optimize your application with webpack for production
webpackInspect the webpack config