@djm230/cap-ui
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

Capsule(胶囊),简称 Cap,是一款基于饿了么 饿了么版本 2.12.0 开发的 PC UI 组件库。

安装 Install

npm install @zyf2e/capsule-ui -S

使用 Quick Start

import Vue from 'vue';
import Capsule from '@zyf2e/capsule-ui';

Vue.use(Capsule);

// or
import {
  Select,
  Button
  // ...
} from '@zyf2e/capsule-ui';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

Readme

Keywords

Package Sidebar

Install

npm i @djm230/cap-ui

Weekly Downloads

0

Version

1.2.5

License

MIT

Unpacked Size

7.66 MB

Total Files

952

Last publish

Collaborators

  • daijm