yt-devmeetup-vue-firebase
yt-devmeetup-vue-firebase copied to clipboard
DevMeetup Errors upon "npm run dev"
I'm not able to launch this project in my browser from the final project of the github page. Here's what I did so far:
-
download the project as a zip file & extract from: https://github.com/academind/yt-devmeetup-vue-firebase
-
run "npm install" in project folder
-
change firebase information to my own on src/main.js (e.g. apiKey, authDomain, databaseURL, etc.)
-
run "npm run dev"
At this point, I get the error as shown in the image: https://drive.google.com/open?id=1FykTdftXAu9cM0K5How-zIbEPVRLaJ9j
I start a github of my code for review: https://github.com/gchan82/devmeetup
Update: I also tried the latest (on the dropdown branch menu), which didn't work either. It seems the "latest" was a vuetify-type of update. The most updated overall project file seems to be in the master folder.
Thank you,