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

1.2.2 • Public • Published

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

安装 Install

npm install @fastweb/capsule-ui -S

使用 Quick Start

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

Vue.use(Capsule);

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

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

/@fastweb/capsule-ui/

    Package Sidebar

    Install

    npm i @fastweb/capsule-ui

    Weekly Downloads

    8

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    7.61 MB

    Total Files

    943

    Last publish

    Collaborators

    • deandai
    • hughgr
    • lkfu
    • tellmepz
    • yuer
    • yuhonyon