A Vue.js frontend for PyBossa (>=2.8.0).
The LibCrowds package is a Vue.js UI that communicates with a PYBOSSA backend to present crowdsourcing projects using a microsite-based structure.
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start