Documentation is available at http://vuemc.io
# sudo npm install -g yarn
yarn
yarn build
# You can also listen for changes to build continuously
yarn build -w
yarn test
# You can also listen for changes to test continuously
yarn test --watch
You will need to install jekyll to render and edit the documentation.
yarn docs