Setup a "Hello World" Server-Rendered Vue.js Application with the Vue-CLI and Nuxt

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

The Vue-CLI helps you to quickly and easily setup new Vue projects. Nuxt.js is a library that helps you build server-rendered Vue.js applications. This lesson shows you how to use the nuxt/starter template with the Vue-CLI to quickly start a new project.

Pascal Chouinard
~ 7 years ago

Hi! What Visual Studio Code plugin are you using for auto completion when typing in .vue files?

Victor Hazbun
~ 7 years ago

Steps to deploy pls.

Cristyan C
~ 3 years ago

I'm getting an error Failed to download repo nuxt/starter: Response code 404 (Not Found)

pickleat
~ 3 years ago

Looks like vue init nuxt/starter has been deprecated, use: yarn create nuxt-app <app-name> instead: https://github.com/nuxt/create-nuxt-app