Martfury VueJS
  • Getting Started
  • Feature
  • Folder Structure
  • Environment and requirements
  • Build
  • Sass
  • Header
  • Menu
  • Customizer Style
  • API setup
  • strapi
  • Deploy
Powered by GitBook
On this page

Deploy


Node.js Server


Next.js can be deployed to any hosting provider that supports Node.js. This is the approach you should take if you’re using .

Make sure your package.json has the build and start scripts:

nuxt build builds the production application in the .nuxt folder. After building, nuxt start starts a Node.js server that supports, serving both statically generated and server-side rendered pages.

Previousstrapi

Last updated 1 year ago