xp-questions

Vue.js components for the Pollalot js client.

Usage no npm install needed!

<script type="module">
  import xpQuestions from 'https://cdn.skypack.dev/xp-questions';
</script>

README

XPolls Questions library

Build instructions:

# install lib dependencies
npm install

# build the lib
npm run build

To 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