w-view
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

w-view

A lightweight, customizable Vue UI library for mobile web apps.


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.

Package Sidebar

Install

npm i w-view

Weekly Downloads

3

Version

0.1.1

License

MulanPSL-2.0

Unpacked Size

861 kB

Total Files

310

Last publish

Collaborators

  • well_haha