1.0.20 • Published 3 months ago

easybill-ui v1.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

easybill-ui

A component library for easybill

安装

环境支持

Easybill Ui 与 Element Plus 的环境支持保持一致。

Element Plus 可以在支持 ES2018 和 ResizeObserver 的浏览器上运行。 如果您确实需要支持旧版本的浏览器,请自行添加 Babel 和相应的 Polyfill 。

由于 Vue 3 不再支持 IE11,Element Plus 也不再支持 IE 浏览器。

EdgeFirefoxChromeSafari
Edge ≥ 79Firefox ≥ 78Chrome ≥ 64Safari ≥ 12

包管理器安装

# 选择一个你喜欢的包管理器

# NPM
$ npm install easybill-ui --save

# Yarn
$ yarn add easybill-ui

# pnpm
$ pnpm install easybill-ui

快速开始

// main.ts
import { createApp } from "vue"
import App from "./App.vue"

import ElementPlus from "element-plus"
import "element-plus/dist/index.css"

import EasybillUi from "easybill-ui"
import "easybill-ui/theme-chalk/index.css"

const app = createApp(App)

app.use(ElementPlus).use(EasybillUi)
app.mount("#app")
1.0.20

3 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.17

3 months ago

1.0.16

3 months ago

1.0.15

3 months ago

1.0.14

4 months ago

1.0.13

4 months ago

1.0.9

6 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.2

7 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

0.1.18

9 months ago

0.1.19

9 months ago

0.1.10

10 months ago

0.1.11

10 months ago

0.1.12

10 months ago

0.1.13

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.16

10 months ago

0.1.8

10 months ago

0.1.17

9 months ago

0.1.7

11 months ago

0.1.9

10 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.1.0

1 year ago

0.0.15

1 year ago

0.0.9

1 year ago

0.0.16

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago