1.1.14 • Published 2 years ago

vue3-lcui v1.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

简介

从零到一建立属于自己的前端组件库

快速开始

安装

# NPM
$ npm install vue3-lcui --save

# Yarn
$ yarn add vue3-lcui

# pnpm
$ pnpm install vue3-lcui

完整引入

import { createApp } from 'vue';
import './style.css';
import App from './App.vue';

import lcui from 'vue3-lcui';
import 'vue3-lcui/style.css';

createApp(App).use(lcui).mount('#app');
1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago