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

assurance-maladie-digital/vue-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

418 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

About

🎈 Official CNAM component library.

Topics

Resources

License

Code of conduct

Contributing

Stars

12 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors