0.1.1 • Published 10 months ago

w-view v0.1.1

Weekly downloads
-
License
MulanPSL-2.0
Repository
-
Last release
10 months ago

Install

Using npm to install:

npm i w-view

Using `yarn` or `pnpm`:

```bash
# with yarn
yarn add w-view

# with pnpm
pnpm add w-view

Quickstart

import { createApp } from 'vue';
// 1. Import the components you need
import { Button } from 'w-view';
// 2. Import the components style
import 'w-view/dist/index.css';

const app = createApp();

// 3. Register the components you need
app.use(Button);

See more in Quickstart.

Browser Support

w-view supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).

LICENSE

w-view is MulanPSL-2.0 licensed.