S

Set up a Nuxt.js Web Application on Ubuntu 18.04 LTS

Nuxt.js is a JavaScript framework designed for quickly creating universal Vue.js applications. It is most famously notable for its ability to create Vue.js apps that can be rendered on the server as well as the client. In this tutorial, we will be setting up a server-rendered Nuxt.js application and deploying it on Ubuntu 18.04 LTS. First, you will need to make sure that you are running Ubuntu 18.04 LTS. Then, you will need to install Node.js, if it's not already installed. In this tutorial, we......

Comments