1.0.3 • Published 11 months ago

jm-binguo v1.0.3

Weekly downloads
-
License
-
Repository
gitlab
Last release
11 months ago

Install

Using npm to install:

npm i jm-common

Using yarn or pnpm:

# with yarn
yarn add jm-common

# with pnpm
pnpm add jm-common

Quickstart

import { createApp } from 'vue';
// 1. Import the components you need
import { JmButton } from 'jm-common';
// 2. Import the components style
import 'jm-common/lib/index.css';

const app = createApp();

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

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago