thatcube / portfolio-vuepress

Home Page:https://portfolio-vuepress.brandonmoore.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VuePress Example

This directory is a brief example of a VuePress app that can be deployed to ZEIT Now with zero configuration.

How we created this example

To get started with VuePress on 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 the package.json file.

Deploying this Example

Once initialized, you can deploy the VuePress example with just a single command:

$ now