Skip to content

Commit d41bd31

Browse files
author
Ikko Eltociear Ashimine
authored
docs: add Japanese README (#4028)
I created Japanese translated README.
1 parent 5f4d3f2 commit d41bd31

File tree

3 files changed

+148
-2
lines changed

3 files changed

+148
-2
lines changed

README.ja-JP.md

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://unpkg.com/@vbenjs/[email protected]/source/logo-v1.webp"> </a> <br> <br>
2+
3+
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
4+
5+
<h1>Vue Vben Admin</h1>
6+
</div>
7+
8+
**日本語** | [English](./README.md) | [中文](./README.zh-CN.md)
9+
10+
## 紹介
11+
12+
Vue Vben Adminは、最新の`vue3``vite``TypeScript`などの主流技術を使用して開発された、無料でオープンソースの中・後端テンプレートです。すぐに使える中・後端のフロントエンドソリューションとして、学習の参考にもなります。
13+
14+
## アップグレード通知
15+
16+
これは最新バージョン5.0であり、以前のバージョンとは互換性がありません。新しいプロジェクトを開始する場合は、最新バージョンを使用することをお勧めします。古いバージョンを表示したい場合は、[v2ブランチ](https://github.com/vbenjs/vue-vben-admin/tree/v2)を使用してください。
17+
18+
## 特徴
19+
20+
- **最新技術スタック**: Vue 3やViteなどの最先端フロントエンド技術で開発
21+
- **TypeScript**: アプリケーション規模のJavaScriptのための言語
22+
- **テーマ**: 複数のテーマカラーが利用可能で、カスタマイズオプションも豊富
23+
- **国際化**: 完全な内蔵国際化サポート
24+
- **権限管理**: 動的ルートベースの権限生成ソリューションを内蔵
25+
26+
## プレビュー
27+
28+
- [Vben Admin](https://vben.pro/) - フルバージョンの中国語サイト
29+
30+
テストアカウント: vben/123456
31+
32+
<p align="center">
33+
<img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview1.png">
34+
<img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview2.png">
35+
<img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview3.png">
36+
</p>
37+
38+
### Gitpodを使用
39+
40+
Gitpod(GitHub用の無料オンライン開発環境)でプロジェクトを開き、すぐにコーディングを開始します。
41+
42+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin)
43+
44+
## ドキュメント
45+
46+
[ドキュメント](https://doc.vben.pro/)
47+
48+
## インストールと使用
49+
50+
- プロジェクトコードを取得
51+
52+
```bash
53+
git clone https://github.com/vbenjs/vue-vben-admin.git
54+
```
55+
56+
- 依存関係のインストール
57+
58+
```bash
59+
cd vue-vben-admin
60+
61+
corepack enable
62+
63+
pnpm install
64+
65+
```
66+
67+
- 実行
68+
69+
```bash
70+
pnpm dev
71+
```
72+
73+
- ビルド
74+
75+
```bash
76+
pnpm build
77+
```
78+
79+
## 変更ログ
80+
81+
[CHANGELOG](./CHANGELOG.zh_CN.md)
82+
83+
## 貢献方法
84+
85+
ご参加をお待ちしております![Issueを提出](https://github.com/anncwb/vue-vben-admin/issues/new/choose)するか、Pull Requestを送信してください。
86+
87+
**Pull Request:**
88+
89+
1. コードをフォーク!
90+
2. 自分のブランチを作成: `git checkout -b feat/xxxx`
91+
3. 変更をコミット: `git commit -am 'feat(function): add xxxxx'`
92+
4. ブランチをプッシュ: `git push origin feat/xxxx`
93+
5. `pull request`を送信
94+
95+
## Git貢献提出規則
96+
97+
- 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 規則 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
98+
99+
- `feat` 新機能の追加
100+
- `fix` 問題/バグの修正
101+
- `style` コードスタイルに関連し、実行結果に影響しない
102+
- `perf` 最適化/パフォーマンス向上
103+
- `refactor` リファクタリング
104+
- `revert` 変更の取り消し
105+
- `test` テスト関連
106+
- `docs` ドキュメント/注釈
107+
- `chore` 依存関係の更新/スキャフォールディング設定の変更など
108+
- `ci` 継続的インテグレーション
109+
- `types` 型定義ファイルの変更
110+
- `wip` 開発中
111+
112+
## ブラウザサポート
113+
114+
ローカル開発には`Chrome 80+`ブラウザを推奨します
115+
116+
モダンブラウザをサポートし、IEはサポートしません
117+
118+
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
119+
| :-: | :-: | :-: | :-: | :-: |
120+
| サポートしない | 最新2バージョン | 最新2バージョン | 最新2バージョン | 最新2バージョン |
121+
122+
## メンテナー
123+
124+
[@Vben](https://github.com/anncwb)
125+
126+
## 寄付
127+
128+
このプロジェクトが役に立つと思われた場合、作者にコーヒーを一杯おごってサポートを示すことができます!
129+
130+
![donate](https://unpkg.com/@vbenjs/[email protected]/source/sponsor.png)
131+
132+
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
133+
134+
## 貢献者
135+
136+
<a href="https://github.com/vbenjs/vue-vben-admin/graphs/contributors">
137+
<img src="https://contrib.rocks/image?repo=vbenjs/vue-vben-admin" />
138+
</a>
139+
140+
## Discord
141+
142+
- [Github Discussions](https://github.com/anncwb/vue-vben-admin/discussions)
143+
144+
## ライセンス
145+
146+
[MIT © Vben-2020](./LICENSE)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1>Vue Vben Admin</h1>
66
</div>
77

8-
**English** | [中文](./README.zh-CN.md)
8+
**English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md)
99

1010
## Introduction
1111

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1>Vue Vben Admin</h1>
66
</div>
77

8-
**中文** | [English](./README.md)
8+
**中文** | [English](./README.md) | [日本語](./README.ja-JP.md)
99

1010
## 简介
1111

0 commit comments

Comments
 (0)