0.1.1 • Published 4 years ago
@sorion/windmill-vue v0.1.1
Windmill Vue UI
The component library for fast and accessible development of gorgeous interfaces.
This is still a work in progress!
Install
npm i @sorion/windmill-vueYou can register all components globally in your vue app.
// main.js
import { createApp } from 'vue';
import App from './App.vue';
import ui from '@sorion/windmill-vue';
createApp(App).use(ui).mount('#app');Use components inside your project
<template>
<UIButton>Hi there!</UIButton>
</template>All component are prefixed with UI, meaning the button component will be named UIButton, the label UILabel and so on...
Local command
Building locally
To manually build the lib for both ES6 module and UMD module
npm run buildRunning documentation locally
- Start the development server
npm run docs:dev- Visit Visit the development environment running at http://localhost:3000.
Building documentation locally
npm run docs:build0.1.1
4 years ago
0.1.0-alpha.0
4 years ago