0.1.3 • Published 6 years ago
doe-ui v0.1.3
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 ProjectNameAnd add Vuetify as it is a dependency for this UI lib
vue add vuetifyNow install doe-ui
npm install @nswdoe/doe-uiIn 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
AvatarVersion
0.1.2