新增 README.en.md
This commit is contained in:
parent
ce2a1e78f7
commit
8672364bbd
73
README.en.md
Normal file
73
README.en.md
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
## Introduction
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/v/@layui/layui-vue.svg?sanitize=true" alt="Version"></a>
|
||||||
|
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/l/@layui/layui-vue.svg?sanitize=true" alt="License"></a>
|
||||||
|
<a href="https://travis-ci.org/sentsin/layui"><img alt="Build Status" src="https://img.shields.io/travis/sentsin/layui/master.svg"></a>
|
||||||
|
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
An enterprise-class UI components based on Layui and Vue.
|
||||||
|
|
||||||
|
**Run with code Sandbox.**
|
||||||
|
|
||||||
|
[](https://codesandbox.io/s/11mvy)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
A few of the things you can do with layui vue:
|
||||||
|
|
||||||
|
* Writing components using setup script
|
||||||
|
* Provide Axure design resources
|
||||||
|
* Support theme customization
|
||||||
|
* Support internationalization
|
||||||
|
* Use typescript to provide complete type definition
|
||||||
|
|
||||||
|
## Get Started
|
||||||
|
|
||||||
|
Use npm to install.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm i @layui/layui-vue
|
||||||
|
```
|
||||||
|
We have several examples on the [website](http://layui.pearadmin.com). Here is the first one to get you started:
|
||||||
|
|
||||||
|
```
|
||||||
|
<template>
|
||||||
|
<lay-button-container>
|
||||||
|
<lay-button>Hello Word</lay-button>
|
||||||
|
</lay-button-container>
|
||||||
|
</template>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Feedback
|
||||||
|
|
||||||
|
Feel free to send us feedback on [file an issue](https://github.com/layui-vue/layui-vue/issues/new). Feature requests are always welcome. If you wish to contribute, please take a quick look at the [guidelines](./CONTRIBUTING.md)!
|
||||||
|
|
||||||
|
If there's anything you'd like to chat about, please feel free to join our [Gitter chat](https://gitter.im/layui-vue/community)!
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
This project follows the [all-contributors](https://github.com/layui-vue/layui-vue/graphs/contributors) specification and is brought to you by these [awesome contributors](https://github.com/layui-vue/layui-vue/graphs/contributors).
|
||||||
|
|
||||||
|
<a href="https://github.com/layui-vue/layui-vue/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=layui-vue/layui-vue" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
## Build Process
|
||||||
|
|
||||||
|
- `build` Packaged component library
|
||||||
|
|
||||||
|
Please take a look at the [contributing guidelines](./CONTRIBUTING.md) for a detailed process on how to build your application as well as troubleshooting information.
|
||||||
|
|
||||||
|
## Backers
|
||||||
|
|
||||||
|
Thank you to all our backers! 🙏 [[Become a backers](https://opencollective.com/layui-vue#backer)]
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/layui-vue#sponsor)]
|
||||||
|
|
||||||
|
## Open Source Licence
|
||||||
|
|
||||||
|
Layui vue is licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
104
README.md
104
README.md
@ -1,65 +1,89 @@
|
|||||||
## Introduction
|
<p align="center">
|
||||||
|
<a href="http://www.layui.com">
|
||||||
<p>
|
<img src="https://images.gitee.com/uploads/images/2022/0104/135039_3f41c467_4835367.png" alt="layui" width="360">
|
||||||
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/v/@layui/layui-vue.svg?sanitize=true" alt="Version"></a>
|
</a>
|
||||||
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/l/@layui/layui-vue.svg?sanitize=true" alt="License"></a>
|
|
||||||
<a href="https://travis-ci.org/sentsin/layui"><img alt="Build Status" src="https://img.shields.io/travis/sentsin/layui/master.svg"></a>
|
|
||||||
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
An enterprise-class UI components based on Layui and Vue.
|
<p align="center">
|
||||||
|
A component library for Vue 3 base on layui
|
||||||
|
</p>
|
||||||
|
|
||||||
**Run with code Sandbox.**
|
<p align="center">
|
||||||
|
基 于 vue 3.0 的 组 件 库 桌 面 级 , layui 的 另 一 种 呈 现 方 式
|
||||||
|
</p>
|
||||||
|
|
||||||
[](https://codesandbox.io/s/11mvy)
|
<p align="center">
|
||||||
|
<a href="https://www.npmjs.com/package/@layui/layui-vue"><img src="https://img.shields.io/npm/v/@layui/layui-vue.svg?sanitize=true" alt="Version"></a>
|
||||||
|
<a href="https://www.npmjs.com/package/layui"><img src="https://img.shields.io/npm/l/layui.svg?sanitize=true" alt="License"></a>
|
||||||
|
<a href="https://travis-ci.org/sentsin/layui"><img alt="Build Status" src="https://img.shields.io/travis/sentsin/layui/master.svg"></a>
|
||||||
|
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
|
||||||
|
<!--<a href="https://saucelabs.com/beta/builds/7e6196205e4f492496203388fc003b65"><img src="https://saucelabs.com/buildstatus/layui" alt="Build Status"></a>-->
|
||||||
|
</p>
|
||||||
|
|
||||||
## Features
|
<!--
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://saucelabs.com/beta/builds/7e6196205e4f492496203388fc003b65"><img src="https://saucelabs.com/browser-matrix/layui.svg" alt="Browser Matrix"></a>
|
||||||
|
</p>
|
||||||
|
-->
|
||||||
|
|
||||||
A few of the things you can do with layui vue:
|
---
|
||||||
|
|
||||||
* Review and merge pull requests
|
### 快速上手 : Beta
|
||||||
* Create new issues
|
|
||||||
* Star, watch and fork repositories
|
|
||||||
* Control your unread and participating notifications
|
|
||||||
|
|
||||||
## Get Started
|
获得 layui-vue 你只需要使用 npm 引入 :
|
||||||
|
|
||||||
Use npm to install.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm i @layui/layui-vue
|
|
||||||
```
|
```
|
||||||
We have several examples on the [website](http://layui.pearadmin.com). Here is the first one to get you started:
|
npm install @layui/layui-vue
|
||||||
|
```
|
||||||
|
|
||||||
## Feedback
|
在 main.ts 中:
|
||||||
|
|
||||||
Feel free to send us feedback on [file an issue](https://github.com/layui-vue/layui-vue/issues/new). Feature requests are always welcome. If you wish to contribute, please take a quick look at the [guidelines](./CONTRIBUTING.md)!
|
```js
|
||||||
|
import { createApp } from 'vue'
|
||||||
|
import Layui from '@layui/layui-vue'
|
||||||
|
import '@layui/layui-vue/lib/index.css'
|
||||||
|
import App from './App.vue'
|
||||||
|
|
||||||
If there's anything you'd like to chat about, please feel free to join our [Gitter chat](https://gitter.im/layui-vue/community)!
|
createApp(App).use(Layui).mount('#app')
|
||||||
|
```
|
||||||
|
|
||||||
## Contributors
|
接下来,你就可以使用 layui-vue 来开发你的应用 :
|
||||||
|
|
||||||
This project follows the [all-contributors](https://github.com/layui-vue/layui-vue/graphs/contributors) specification and is brought to you by these [awesome contributors](https://github.com/layui-vue/layui-vue/graphs/contributors).
|
```html
|
||||||
|
<template>
|
||||||
|
<lay-layout>
|
||||||
|
<lay-header>
|
||||||
|
<lay-logo>Layui Admin</lay-logo>
|
||||||
|
</lay-header>
|
||||||
|
<lay-side></lay-side>
|
||||||
|
<lay-body>
|
||||||
|
<router-view></router-view>
|
||||||
|
</lay-body>
|
||||||
|
<lay-footer>pearadmin.com</lay-footer>
|
||||||
|
</lay-layout>
|
||||||
|
</template>
|
||||||
|
```
|
||||||
|
|
||||||
<a href="https://github.com/layui-vue/layui-vue/graphs/contributors">
|
## [阅读文档](http://layui-vue.pearadmin.com/)
|
||||||
<img src="https://contrib.rocks/image?repo=layui-vue/layui-vue" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
## Build Process
|
从现在开始,用另一种方式拥抱 layui, 继续化作你方寸屏幕前的亿万字节!
|
||||||
|
|
||||||
- Clone or download the repo
|
### 使用趋势
|
||||||
- Clone or download the repo
|
|
||||||
|
|
||||||
Please take a look at the [contributing guidelines](./CONTRIBUTING.md) for a detailed process on how to build your application as well as troubleshooting information.
|
[](https://giteye.net/chart/5ZQ67WWS)
|
||||||
|
|
||||||
## Backers
|
### 贡献代码
|
||||||
|
|
||||||
Thank you to all our backers! 🙏 [[Become a backers](https://opencollective.com/layui-vue#backer)]
|
> 在人的尺度里,世界既无始也无终,唯一的信仰是,总有人认得你站在暴风雪里的样子。
|
||||||
|
|
||||||
## Sponsors
|
[](https://giteye.net/chart/DBC9Z6HQ)
|
||||||
|
|
||||||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/layui-vue#sponsor)]
|
## 交流群
|
||||||
|
|
||||||
## Open Source Licence
|
| QQ | 微信 |
|
||||||
|
|----|----|
|
||||||
|
| <img src="https://images.gitee.com/uploads/images/2021/1008/090410_8b349271_4835367.png" width="180px" /> |<img src="wechat_qrcode/wechat_qrcode.png" width="180px" /> |
|
||||||
|
|
||||||
Layui vue is licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
## 相关
|
||||||
|
|
||||||
|
[官网](http://layui-vue.pearadmin.com/)、[更新日志](http://layui-vue.pearadmin.com/zh-CN/guide/changelog)、[交流群](https://jq.qq.com/?_wv=1027&k=ffiUQgnE)
|
Loading…
x
Reference in New Issue
Block a user