vuepress / create-vuepress

Scaffolding out a VuePress docs, blog, repro repo or other interesting things
MIT License
67 stars 12 forks source link

Fresh running of dev server give me a 404 #14

Open realtebo opened 4 years ago

realtebo commented 4 years ago

I tried

yarn create vuepress prova

Choosed 'blog' as app type

Then

vuepress dev

image

I see some files in _posts

But is what I got

image

What's happened? What am I doing wrong?

I using a fresh installation of vuepress, so it's the last version

realtebo commented 4 years ago

I foun the error... i simply ignored that the boilerplate created a sbfolder with project name as directory as namer.

so I

 cd prova-autoblog

Inside I have this folder structure

image

inside prova-autoblog i tried

vuepress dev

but I got only

image

So, how to navigate posts !?

What damn am I still doing wrong ?

realtebo commented 4 years ago

I tried also

 yarn install
 yarn run dev

Only then it worked...

Damn, please, update the readme!

bencodezen commented 4 years ago

Hi @realtebo. Sorry for the frustrating experience. We definitely need to update the docs on the blog. At this time we're a little swamped trying to update the ecosystem as a whole. Would you be interested in helping to issue a PR for some of these docs?