Skip to content

rayliu0/vue-demo

Repository files navigation

vue-demo

create a new repository on the command line

echo "# vue-demo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:rayliu0/vue-demo.git
git push -u origin main

push an existing repository from the command line

git remote add origin [email protected]:rayliu0/vue-demo.git
git branch -M main
git push -u origin main

https://github.com/rayliu0/vue-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published