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库
- Host: GitHub
- URL: https://github.com/radishes-music/v-easy-components
- Owner: radishes-music
- License: mit
- Created: 2019-06-22T16:41:14.000Z (about 6 years ago)
- Default Branch: dev-vue-next
- Last Pushed: 2023-05-06T03:06:08.000Z (about 2 years ago)
- Last Synced: 2025-03-21T21:11:38.938Z (3 months ago)
- Topics: css, less, ui-components, vue3
- Language: Less
- Homepage: https://v-easy-components.netlify.app/
- Size: 3.03 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# v-easy-components (support Vue3)
[](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 } = Vueconst 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.