nuxt
Subcommands
Name | Description |
---|---|
dev | Launch the development server |
start | Start the production server (after running nuxt build). Use it for Node.js hosting like Heroku, Digital Ocean, etc |
generate | Build the application (if needed), generate every route as a HTML file and statically export to dist/ directory (used for static hosting) |
build | Build and optimize your application with webpack for production |
webpack | Inspect the webpack config |