-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add README with basic instructions #1
Comments
re the lesson 1 intro "If you have more experience with programming and using git, and Github, you’re going to want to head over to the course’s repo and clone the project. From there, you can switch between different branches for the starting and ending code for each lesson. For example, in the next lesson (lesson two) you can check out L2-start or L2-end for the starting and ending code, respectively." Enlarge on that, there and in the proposed README, with an example: git clone https://github.com/Code-Pop/Intro-to-Vue-3.git --branch L3-start --single-branch --depth 1 lesson3 Or whatever git syntax is proper. Consider adding, to the V M course lesson with the vscode howto material on using vscode's integrated git stuff. Note that one of the V M course lessons has an oops moment: "Whoa! looks like that just nuked all we've coded, but not to worry: thank goodness for git versioning, just undo the change". However the lesson did not speak to using the needed versioning prior. |
Just installed node, vue and vue-cli switched to project directory expecting to start to code but ended like this:
npm --version 7.0.15 |
I'm missing a package.json, so you can clone the repo and still stuck with something that doesn't work. A simple README would be welcome so we can read it, execute what is needed and be done with it and follow the course. |
Ideas of things to include:
The text was updated successfully, but these errors were encountered: