2.0.14 • Published 2 months ago

@vismaux/vud-vue v2.0.14

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Visma 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");
2.0.14

2 months ago

2.0.13

2 months ago

2.0.12

2 months ago

2.0.11

12 months ago

2.0.7

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.0.3

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.6

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago