bradtraversy / microposts_fullstack_vue

Full stack vue and express
172 stars 84 forks source link

Client folder empty #1

Open Lincxx opened 5 years ago

Lincxx commented 5 years ago

I downloaded the build so I could compare some code and found that the client folder was empty

turkyden commented 5 years ago

Yeah, me too !

waelio commented 5 years ago

same here :(

PedroEstevesPT commented 5 years ago

same...

ijunaid8989 commented 5 years ago

Brad just traversed us :smile:

kratosvn commented 5 years ago

same here @bradtraversy pls help

rnorthro14 commented 5 years ago

the client folder has a separate .git init. That's why it's empty. It's like a submodule.

JohnMica commented 5 years ago

Git clone -r should do the trick :) ?

johnhashim commented 5 years ago

same here lol

snowloop commented 4 years ago

Hi Brad @bradtraversy , we still can not see what's inside the "client" folder. Could you fix it ?

iambrian7 commented 4 years ago

I had the same problem with the missing client folder. It was because I deleted the original .git file in the client folder that vue-cli adds. After pushing the client folder was not seen by git in the root .git. I fixed this by adding this: git rm --cached client thanks to: (https://superuser.com/questions/583673/cant-add-folder-in-git)