0.1.3 • Published 6 years ago

doe-ui v0.1.3

Weekly downloads
15
License
-
Repository
-
Last release
6 years ago

doe-ui

UI Library created for NSW DoE frontend projects. Built upon Vue.js and Vuetify.

How to use

Create a new Vue project, recommend to use vue-cli

npm install @vue/cli -g
vue create ProjectName

And add Vuetify as it is a dependency for this UI lib

vue add vuetify

Now install doe-ui

npm install @nswdoe/doe-ui

In your main.js file, simply add

import '@nswdoe/doe-ui';

then you can use all the UI components anywhere in your app, for example:

<Toolbar/>

UI component list (updating...)

Toolbar
FullScreen
HelpLink
Avatar

Version

0.1.2
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago