Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cnamts/vue-dot

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnamts/vue-dot

Official CNAMTS component library

  • 1.3.0-beta.2
  • npm
  • Socket score

Version published
Weekly downloads
598
decreased by-19.41%
Maintainers
1
Weekly downloads
 
Created
Source

CNAMTS - Vue dot

Official CNAMTS component library.

Still in active development, please send us feedback !

Installation

You need to install the dependencies with a package manager, preferably with Yarn.

 $ yarn add @cnamts/vue-dot

 # or with npm
 $ npm install @cnamts/vue-dot

Then, include it in your app entry file :

// main.ts
import Vue from 'vue';
import '@cnamts/vue-dot';

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

It automatically load all components of the library and made them available globally.

FAQs

Package last updated on 25 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc