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

@vismaux/nordic-cool-vue

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vismaux/nordic-cool-vue

![Nordic Cool Vue.js UI Library](https://ux.visma.com/wp-content/uploads/2020/10/Teamwork-2@2x.png "Nordic Cool Vue.js UI Library")

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-42.86%
Maintainers
4
Weekly downloads
 
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 --save @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 plugin, components, and stylesheet inside in your src/main.js:
import Vue from 'vue';
import { UI, components } from '@vismaux/nordic-cool-vue/src';
import '@vismaux/nordic-cool-vue/src/index.scss';

Vue.use(UI, { components });
  • Add @vismaux/nordic-cool-vue to transpileDependencies inside of your vue.config.js file. If you don't have a vue.config.js file in your project root folder, create it:
module.exports = {
    transpileDependencies: ["@vismaux/nordic-cool-vue"]
}

Contributing

First, you will need to get a Node.js environment up and running:

Install Node.js

a. Direct Installation

If you want to get started right away, download and install the Node.js binaries by visiting the official Node.js Downloads page.

b. Node Version Manager

The recommended way to install, keep your environment organized, and handle multiple Node.js versions to use for different applications is installing nvm. Here's how to install it for your specific operating system:

MacOS

Run the following command in your command line:

brew install nvm
nvm ls-remote
nvm install 12.18.0
nvm use 12.18.0
Linux

Follow the steps specified in the nvm GitHub repository, or run the following command in your command line:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm ls-remote
nvm install 12.18.0
nvm use 12.18.0
Windows

The windows version requires you to Download and Install the executable from the nvm-windows GitHub repository.

nvm list available
nvm install 12.18.0
nvm use 12.18.0

Clone the project

git clone git@github.com:Visma-net-ERP/ui.git

Start the project

npm run dev

Run your unit tests

npm run test

Run linting

npm run lint

FAQs

Package last updated on 05 Feb 2021

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