Deploy a Nuxtjs site.
Nuxt.js is a framework making web development simple and powerful.
In this guide, you will create a new Nuxt.js application and deploy it using YouAppz Sitez.
Setting up a new project
Create a new project using npx
, giving it the title my-nuxt-app
in your terminal.
$ npx create-nuxt-app my-nuxt-app
Deploying with Youappz Sitez
Deploy your site to Sitez by running the following commands
cd my-nuxt-app
appz create -n my-nuxt-app
appz deploy -d out
In less than 30 seconds your website will be deployed to an https URL on our global CDN.
For the complete guide to deploying your first site to YouAppz Sitez, refer to the Get started guide.
After deploying your site, you will receive a unique subdomain for your project on *.sitez.live
.
Every time you deploy your Gatsby site, Youappz Sitez will automatically rebuild your project and deploy it. You will also get access to preview deployments on every deploy, so you can preview how changes look to your site before deploying them to production.