In this video, I show how to prepare your development environment by creating a Github repository, installing NPM and Vue Cli 3.
Github will be used for backing up your project, tracking changes, and potentially some troubleshooting when issues arrive.
NPM is the package manager that will allow us to install utilities that help make development faster and easier.
NPM will, in fact, be used to install Vue Cli 3. Vue Cli 3 is a scaffolding tool will make building out the Vue development environment a snap.
This video is part of a playlist:
• VueJS Authentication with Auth0 - Usi...
I didn't commit to the repository for each video, but the final code can be found on the Dedicated Managers GitHub public repository:
https://github.com/DedicatedManagers/...