boldchains / portfolio-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VuePress Portfolio

VuePress site with portfolio and blogging pages
ready to deploy, and configured for Forestry (Content Management)

Development

# install VuePress locally
npm i -g vuepress

# Start local dev server
vuepress dev portfolio

Build

# Build static files to .vuepress/dist
vuepress build portfolio

Deploy with Netlify

Import your site in Netlify

  1. Create a new site in Netlify and import your repository.
  2. Set the build command to: npm run site:build
  3. Set the publish directory to portfolio/.vuepress/dist

That's it, now your site gets deployed automatically on git push

About


Languages

Language:Vue 97.3%Language:JavaScript 2.7%