Installing NuxtJS project on your local machine

preview_player
Показать описание
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.

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:

Рекомендации по теме
Комментарии
Автор

Excellent tutorial. Just the one I needed.

webtutorials