Netlify with Vuepress - SolarisJapan/lunaris-wiki GitHub Wiki

For reference to vuepress: https://vuepress.vuejs.org/guide/getting-started.html

Setting up vuepress:

Initialise vuepress project folder

npx create-vuepress-site [DIR_NAME]

Creates a docs folder within the [DIR_NAME] move the contents out of the docs folder into the [DIR_NAME]

cd into [DIR_NAME]

run npm install

Setting up netlify:

Connect your git repository to netlify:

Netlify

Click the link to configure settings:

Netlify

Only change public directory as seen below:

Netlify