xp-questions
v1.0.0
Published
Vue.js components for the Pollalot js client.
Readme
XPolls Questions library
Build instructions:
# install lib dependencies
npm install
# build the lib
npm run buildTo run an example app, do the following:
# cd to demo-app directory
cd demo-app
# install demo-app dependencies
npm install
# run demo-app
npm run dev