3.0.5-1 • Published 3 months ago

ieternal v3.0.5-1

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

介绍

关于

ieternal 基于 create-vant-cli-app 封装的通用组件库

快速上手

安装

使用 npm 安装

# install latest ieternal for Vue 3 project
npm i ieternal

# install ieternal 2 for Vue 2 project
npm i ieternal@latest-v2

使用 npm yarn pnpm 安装

# 通过 npm
npm i ieternal

# 通过 yarn
yarn add ieternal

# 通过 pnpm
pnpm add ieternal

使用

import { createApp } from 'vue';

import ieternal from 'ieternal';
import 'ieternal/lib/index.css';

const app = createApp();
app.use(ieternal);

或者按需加载

import { createApp } from 'vue';
import { Button } from 'ieternal';
import 'ieternal/es/button/index.css'

const app = createApp();
app.use(Button);
3.0.5-1

3 months ago

3.0.5

3 months ago

3.0.4

4 months ago

3.0.3

4 months ago

3.0.2

4 months ago

3.0.2-beta

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

3.0.1

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

3.0.0

4 months ago

0.0.4

4 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago