@vismaux/vud-vue
TypeScript icon, indicating that this package has built-in type declarations

2.0.14 • Public • Published

Visma VUD Vue.js UI Library

VUD Vue.js UI Library

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

View Documentation

Installation

After you've created a Vue Project, install the VUD Vue UI Library, VUD Web library, and VUD Icons library using the following command:

npm install @vismaux/vud-vue @vismaux/vud @vismaux/vud-icons

Integration

Next you need to Import and integrate the @vismaux/vud-vue Components plugin, and add VUD Vue stylesheets, VUD stylesheets and VUD Icons inside in your src/main.js file:

import { createApp } from "vue";
import App from "@/App.vue";

import { Components } from "@vismaux/vud-vue";

import "@vismaux/vud-vue/dist/vud-vue.css";
import "@vismaux/vud/dist/css/vud.min.css";
import "@vismaux/vud-icons/dist/css/vud-icons.min.css";

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vismaux/vud-vue

Weekly Downloads

99

Version

2.0.14

License

none

Unpacked Size

1.22 MB

Total Files

256

Last publish

Collaborators

  • daceakmene
  • annemarija-irbite
  • jmeteor
  • lars-visma
  • uxvisma
  • cristina.iftode
  • mihai.baciu
  • dzonatan
  • dreiv
  • janispp