73 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# vxe-pc-ui
 | 
						|
 | 
						|
[简体中文](README.md) | [繁體中文](README.zh-TW.md) | [English](README.en.md) | 日本語  
 | 
						|
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/stargazers)
 | 
						|
[](https://gitee.com/x-extends/vxe-pc-ui/stargazers)
 | 
						|
[](https://gitcode.com/x-extends/vxe-pc-ui/stargazers)
 | 
						|
[](https://www.npmjs.com/package/vxe-pc-ui)
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/actions/workflows/webpack.yml)
 | 
						|
[](https://npm-stat.com/charts.html?package=vxe-pc-ui)
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/issues)
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/issues?q=is%3Aissue+is%3Aclosed)
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/pulls)
 | 
						|
[](https://github.com/x-extends/vxe-pc-ui/pulls?q=is%3Apr+is%3Aclosed)
 | 
						|
[](LICENSE)
 | 
						|
 | 
						|
[vue](https://www.npmjs.com/package/vue)ベースのPCコンポーネントライブラリ。
 | 
						|
 | 
						|
## ブラウザサポート
 | 
						|
 | 
						|
 |  |  |  | 
 | 
						|
--- | --- | --- | --- | --- |
 | 
						|
80+ ✔ | 80+ ✔ | 90+ ✔ | 75+ ✔ | 10+ ✔ |
 | 
						|
 | 
						|
### テーブルとUIの使用
 | 
						|
 | 
						|
```shell
 | 
						|
npm install vxe-pc-ui
 | 
						|
```
 | 
						|
 | 
						|
```javascript
 | 
						|
// ...
 | 
						|
import VxeUIAll from 'vxe-pc-ui'
 | 
						|
import 'vxe-pc-ui/lib/style.css'
 | 
						|
 | 
						|
// import VxeUITable from 'vxe-table'
 | 
						|
// import 'vxe-table/lib/style.css'
 | 
						|
 | 
						|
// import VxeUIDesign from 'vxe-design'
 | 
						|
// import 'vxe-design/lib/style.css'
 | 
						|
// ...
 | 
						|
 | 
						|
createApp(App)
 | 
						|
  .use(VxeUIAll)
 | 
						|
  // .use(VxeUITable)
 | 
						|
  // .use(VxeUIDesign)
 | 
						|
  .mount('#app')
 | 
						|
```
 | 
						|
 | 
						|
## プロジェクトの実行
 | 
						|
 | 
						|
依存関係をインストールする
 | 
						|
 | 
						|
```shell
 | 
						|
npm install
 | 
						|
```
 | 
						|
 | 
						|
ローカルデバッグを開始する
 | 
						|
 | 
						|
```shell
 | 
						|
npm run serve
 | 
						|
```
 | 
						|
 | 
						|
コンパイルパッケージング、生成されたコンパイルディレクトリ: es,lib
 | 
						|
 | 
						|
```shell
 | 
						|
npm run lib
 | 
						|
```
 | 
						|
 | 
						|
## ライセンス
 | 
						|
 | 
						|
[MIT](LICENSE) © 2019-present, Xu Liangzhan
 |