Robot Framework ecosystem front page sources
# clone repo
git clone https://github.com/robotframework/robotframework.github.com.git
# go to sources folder
cd sources
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# and when you are ready to publish your changes, build for production with minification
npm run build
This will generate build files to top-level of project. Remember to commit these too.For a detailed explanation on how things work, check out the vue-webpack template and docs for vue-loader.
We also use bootstrap-vue for implementing bootstrap-v4.