dqd

All reusable vue components that digitalquill uses in its projects

Usage no npm install needed!

<script type="module">
  import dqd from 'https://cdn.skypack.dev/dqd';
</script>

README

Digitalquill Vue.js components

This repository contains reusable components and other useful stuff for our projects.

Installation and usage

npm i dq

... in js file ...

import Pager from 'dq/components/uiPager';
import UiModal from 'dq/components/uiModal';
import rest from 'dq/mixins/rest';

Access all components documentation in this project's wiki.