Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

assurance-maladie-digital/vue-dot

Repository files navigation

VueDot

CNAM – VueDot

Official CNAM component library.

NPM Version NPM Downloads License Codacy Badge BrowserStack

As Easy as 1, 2, 3

Install

$ yarn add @cnamts/vue-dot
// OR
$ npm install @cnamts/vue-dot --save

Load

// main.ts
import Vue from 'vue';
import '@/plugins/vuetify';

import '@cnamts/vue-dot/dist/vue-dot.css';
import VueDot from '@cnamts/vue-dot';

Vue.use(VueDot);

new Vue({
    render: (h) => h(App)
}).$mount('#app');

You're done! πŸŽ‰

# run your project
yarn serve # OR your own command

License

VueDot is licensed under MIT License.

Translations