# Deploying Your Nuxt.js Site To Laravel Forge

DevFeed: [Deploying Your Nuxt.js Site To Laravel Forge](<https://devfeed.tech/articles/deploying-your-nuxt-js-site-to-laravel-forge-3620.md>)

Original publisher: [Read original article](<https://laravel.com/blog/deploying-your-nuxtjs-site-to-laravel-forge>)

Author: James Brooks

Published: 2021-06-18T10:09:00Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [npm](<https://devfeed.tech/tags/npm.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [nuxt-js](<https://devfeed.tech/tags/nuxt-js.md>), [vue](<https://devfeed.tech/tags/vue.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

This tutorial explains how to deploy a Nuxt.js static website to Laravel Forge. It covers configuring an App or Web server with Nginx, creating a site as Static HTML, setting the web directory, installing the Git repository, disabling Composer dependencies, and using the deploy script to install NPM dependencies and generate the site.

## Source excerpt

Nuxt.js is a framework for generating static websites using Vue.js. Today we're we're going to explore how to deploy your Nuxt.js application with [Laravel Forge](https://forge.laravel.com). If you'r...