-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f6aed5
commit ae6f81c
Showing
5 changed files
with
108 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# vxe-pc-ui | ||
|
||
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | [English](README.en.md) | 日本語 | ||
|
||
[![star](https://gitee.com/xuliangzhan/vxe-table/badge/star.svg?theme=gvp)](https://gitee.com/xuliangzhan/vxe-table/stargazers) | ||
[![npm version](https://img.shields.io/npm/v/vxe-table.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table) | ||
[![NodeJS with Webpack](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml/badge.svg)](https://github.com/x-extends/vxe-table/actions/workflows/webpack.yml) | ||
[![npm downloads](https://img.shields.io/npm/dt/vxe-table.svg?style=flat-square)](https://npm-stat.com/charts.html?package=vxe-table) | ||
[![issues](https://img.shields.io/github/issues/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues) | ||
[![issues closed](https://img.shields.io/github/issues-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/issues?q=is%3Aissue+is%3Aclosed) | ||
[![pull requests](https://img.shields.io/github/issues-pr/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls) | ||
[![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed) | ||
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) | ||
|
||
[vue](https://www.npmjs.com/package/vue)ベースのPCコンポーネントライブラリ。 | ||
|
||
## ブラウザサポート | ||
|
||
![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ||
--- | --- | --- | --- | --- | | ||
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ | | ||
|
||
## オンラインドキュメント | ||
|
||
👉 [UIドキュメント](https://vxeui.com) | ||
👉 [テーブルドキュメント](https://vxetable.cn) | ||
|
||
### テーブルとUIの使用 | ||
|
||
```shell | ||
npm install vxe-pc-ui | ||
``` | ||
|
||
```javascript | ||
// ... | ||
import VxeUI from 'vxe-pc-ui' | ||
import 'vxe-pc-ui/lib/style.css' | ||
// ... | ||
|
||
createApp(App).use(VxeUI).mount('#app') | ||
``` | ||
|
||
## プロジェクトの実行 | ||
|
||
依存関係をインストールする | ||
|
||
```shell | ||
npm install | ||
``` | ||
|
||
ローカルデバッグを開始する | ||
|
||
```shell | ||
npm run serve | ||
``` | ||
|
||
コンパイルパッケージング、生成されたコンパイルディレクトリ: es,lib | ||
|
||
```shell | ||
npm run lib | ||
``` | ||
|
||
## 貢献者 | ||
|
||
Thank you to everyone who contributed to this project. | ||
|
||
[![vxe-pc-ui](https://contrib.rocks/image?repo=x-extends/vxe-pc-ui)](https://github.com/x-extends/vxe-pc-ui/graphs/contributors) | ||
|
||
## ライセンス | ||
|
||
[MIT](LICENSE) © 2019-present, Xu Liangzhan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters