Platform installs
Install Nuxt on a VPS
Install Nuxt on a VPS
Deploy a Nuxt (Vue) application to your VPS from the SoftServer panel. Node.js, the reverse proxy and a process manager are set up for you.
Install steps
- Open your server and go to Platform Installation.
- Choose Nuxt. Deploy it standalone, or as the frontend of a split stack with a PHP or Node.js backend.
- Confirm the install. Node.js is provisioned, Nginx is configured as a reverse proxy, and your Nuxt app is started and supervised.
- Open the domain shown in the panel.
After install
- Connect your domain under Domains and enable free SSL.
- Deploy your own code with Git deploy and pull updates from the dashboard.
- Manage the Node.js version from Node.js management.
- The app runs under a managed process, so it restarts on crash or reboot.
Nuxt pairs well with a decoupled backend: install a composable stack to run Nuxt on the frontend and Laravel, NestJS, Express or Fastify as the API on the same server.