Socket
Book a DemoInstallSign in
Socket

@vismaux/nordic-cool-vue

Package Overview
Dependencies
Maintainers
8
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vismaux/nordic-cool-vue

latest
npmnpm
Version
2.1.34
Version published
Maintainers
8
Created
Source

Visma Nordic Cool 4 Vue.js UI Library

Nordic Cool Vue.js UI Library

Get started with the Nordic Cool Vue.js UI Library and experience well written, designed and tested front end code.

View Documentation

Installation

After you've created a Vue CLI Project, install the Nordic Cool Vue.js UI Library using the following command:

npm install @vismaux/nordic-cool-vue

Integration

By running the command above, you have added the Nordic Cool Vue.js UI Library to your Vue CLI project. Next you need to:

  • Import and integrate the @vismaux/nordic-cool-vue components plugin, and stylesheet inside in your src/main.js:
import { createApp } from "vue";
import App from "@/App.vue";

import { Components } from "@vismaux/nordic-cool-vue";
import "@vismaux/nordic-cool-vue/dist/nordic-cool-vue.css";

createApp(App).use(Components).mount("#app");

FAQs

Package last updated on 05 Oct 2022

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