Installing NuxtJS project on your local machine

Опубликовано: 05 Октябрь 2024
на канале: Cleavr
917
8

Part 2/21

First, I'll create the front-end of my Movie listing web app. I'll be using NuxtJS for the front-end. If you are a fan of VueJS, you'll definitely be a fan of Nuxt.

To install, read the instructions on https://nuxtjs.org/guides/get-started....

The quick install script you can run on your machine is -
yarn create nuxt-app project-name

Once installed, run yarn dev to run on your local machine.

Repos:
Front-end: https://github.com/armgitaar/themovies
Back-end: https://github.com/armgitaar/moviesapi

Tutorial: https://dev.to/armiedema/create-and-d...