helix-vue-components

Library of components for Vue applications based on Helix requirements.

Usage no npm install needed!

<script type="module">
  import helixVueComponents from 'https://cdn.skypack.dev/helix-vue-components';
</script>

README

helix-vue-components

Installation

npm install helix-vue-components

Demo

https://helix-vue-components.herokuapp.com

Compile as a library

npm run build-bundle

Publish locally

npm pack

Start server

npm run serve (remember to let the vue.config.js file commented)

Publish officially

npm publish