This directory is a brief example of a VuePress app that can be deployed with ZEIT Now and zero configuration.
Deploy your own VuePress project with ZEIT Now.
Live Example: https://vuepress.now-examples.now.sh
To get started with VuePress deployed with ZEIT Now, you can use the Now CLI to initialize the project:
$ now init vuepress
The only change made is to add
&& mv docs/.vuepress/dist public
to the build script in thepackage.json
file.
You can deploy your new VuePress project with a single command from your terminal using Now CLI:
$ now