wsl-ui

## Project setup ``` yarn add wsl-ui ```

Usage no npm install needed!

<script type="module">
  import wslUi from 'https://cdn.skypack.dev/wsl-ui';
</script>

README

wsl-ui

Project setup

yarn add wsl-ui

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Quick Start

import Vue from 'vue'
import WslUi from 'wsl-ui'
 
Vue.use(WslUi)

Customize configuration

See Configuration Reference.