README
VuePress Theme Artevelde
VuePress theme for use at Artevelde University of Applied Sciences, based on https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/theme-default.
Install
Install in a VuePress project.
$ npm add -D @artevelde/vuepress-theme-artevelde
Publish to NPM
Run NPM scripts in this exact order.
1. `npm run git:add-new`
2. `npm run git:commit`
3. `npm run npm:version-0.0.x` (or one of the others)
4. `npm run npm:publish-push`
Link Local
Link in this local repo.
$ npm link
Link in the VuePress project local repo.
$ npm link @artevelde/vuepress-theme-artevelde