Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 592 Bytes

wit-vue-ui

wit-vue-ui is a vue component library with components intented to use in the witnet ecosystem.

Installation

pnpm install wit-vue-ui

Usage

# main.ts

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

import WitVueUi from "wit-vue-ui";

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT