UI for sacred, a reproducable research tool
# install dependencies
npm install
cd ./server && npm install
# watch and build, updates ./dist, works well together
# with server
npm run watch
cd ./server && npm start
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.