An open API service indexing awesome lists of open source software.

https://github.com/radishes-music/v-easy-components

一个基于vue3的ui库
https://github.com/radishes-music/v-easy-components

css less ui-components vue3

Last synced: 3 months ago
JSON representation

一个基于vue3的ui库

Awesome Lists containing this project

README

        


v-easy-components

# v-easy-components (support Vue3)

[![Build Status](https://travis-ci.com/Linkontoask/v-easy-components.svg?token=DxCbMdsVpziN8id5YUJs&branch=master)](https://travis-ci.com/Linkontoask/v-easy-components)




### Document (not up-to-date)

- Homepage and documentation
- [International users](https://v-easy-components.netlify.app/)
- [Chinese users](https://v-easy-components.netlify.app/zh/)
- [fontawesome](https://fontawesome.com/start)

### Install

```
npm install v-easy-components@next -D
```

or

```
yarn add v-easy-components@next -D
```

### Quick Start

```javascript
import { createApp } from 'vue'
import 'v-easy-components/dist/theme-chalk/index.css'
import VEasyComponents from 'v-easy-components'

const app = createApp()

app.use(VEasyComponents)
```

### Browser Start

```html



v-easy-components








const { createApp } = Vue

const App = createApp({
template: `<ve-button @click="$message('Test')">Click</ve-button>`
})
App.use(VEASY)

App.mount('#root')

```

### Browser Support (IE is currently not supported)

Modern browsers and Internet Explorer 11+.

### Changelog

Detailed changes for each release are documented in the [release notes](CHANGELOG.md).

### LICENSE

[MIT](./src/LICENSE)

### Note

If you have any problems during use, you can raise issues, this project will be kept updated at all times, but due to limited personal energy, please clone by yourself for commercial use.