jm-plus
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-alpha.16 • Public • Published

Jm Plus - A Vue.js 3 UI library

  • 💪 Vue 3 Composition API
  • 🔥 Written in TypeScript

组件开发说明 组件预览说明 组件文档开发说明

Getting Started

npm install jm-plus -S
// or
yarn add jm-plus -S

Register Components

import jmPlus from 'jm-plus';
import { createApp } from 'vue';
import App from './App.vue';

const app = createApp(App);
app.use(jmPlus).mount('#app');

Package Sidebar

Install

npm i jm-plus

Weekly Downloads

1

Version

1.0.1-alpha.16

License

MIT

Unpacked Size

284 kB

Total Files

286

Last publish

Collaborators

  • wllgogogo