create-vuepress icon indicating copy to clipboard operation
create-vuepress copied to clipboard

Fresh running of dev server give me a 404

Open realtebo opened this issue 4 years ago • 3 comments

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 avatar May 12 '20 10:05 realtebo

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 avatar May 12 '20 10:05 realtebo

I tried also

 yarn install
 yarn run dev

Only then it worked...

Damn, please, update the readme!

realtebo avatar May 12 '20 10:05 realtebo

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?

bencodezen avatar Aug 18 '20 13:08 bencodezen