Vue 3 Tutorial with Laracasts

This project repo was created for the Vue 3: Step By Step series on Laracasts here.

Note: this is only the first part of the series.

Run the Project

  • CD into the project directory
  • Run npm install
  • Run npm run start (See scripts object in package.json and see two commands being run with start)