0.0.2 • Published 9 months ago

wireframes-vue v0.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
9 months ago

Wireframes

Wireframes is a set of components for building wireframes and prototypes with Vue.

Installation

npm install wireframes-vue@latest

Usage

In your main.js file, import your component library plugin and use it:

import { ComponentLibrary } from 'wireframes-vue';

createApp(App).use(ComponentLibrary).mount('#app');

In your page or component, you can now import and use your component wrappers:

<template>
  <wf-title>Demo</wf-title>
  <wf-button>Click me!</wf-button>
</template>

Contributing

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

License

BSD-3-Clause

0.0.2

9 months ago

0.0.1

9 months ago