create-vuepress
create-vuepress copied to clipboard
Fresh running of dev server give me a 404
I tried
yarn create vuepress prova
Choosed 'blog' as app type
Then
vuepress dev
I see some files in _posts
But is what I got
What's happened? What am I doing wrong?
I using a fresh installation of vuepress, so it's the last version
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
inside prova-autoblog i tried
vuepress dev
but I got only
So, how to navigate posts !?
What damn am I still doing wrong ?
I tried also
yarn install
yarn run dev
Only then it worked...
Damn, please, update the readme!
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?