No Description

vben 1063b2268e chore: release v5.2.1 6 months ago
.changeset 376fd17a61 feat: Feature/pro docs (#70) 8 months ago
.github c1dfbc1ebf fix: ci error [skip ci] (#4280) 6 months ago
.husky 6147d13a29 docs: update docs 8 months ago
.vscode 1063b2268e chore: release v5.2.1 6 months ago
apps 1063b2268e chore: release v5.2.1 6 months ago
docs 1063b2268e chore: release v5.2.1 6 months ago
internal 1063b2268e chore: release v5.2.1 6 months ago
packages 1063b2268e chore: release v5.2.1 6 months ago
playground 1063b2268e chore: release v5.2.1 6 months ago
scripts 1063b2268e chore: release v5.2.1 6 months ago
.browserslistrc 399334ac57 chore: init project 10 months ago
.commitlintrc.mjs 399334ac57 chore: init project 10 months ago
.dockerignore 38d58394e3 feat: add docker shell 10 months ago
.editorconfig 04a1533a1e refactor: splitting and reorganizing style files 8 months ago
.gitattributes 399334ac57 chore: init project 10 months ago
.gitconfig 399334ac57 chore: init project 10 months ago
.gitignore fab92ee7e1 fix: Ignore vscode-history plug-in directory git submissions (#4207) 7 months ago
.gitpod.yml fe829aa8e7 chore: update README.md 8 months ago
.lintstagedrc.mjs 98da0672e7 feat: add archive plug-in to output dist.zip after build (#4272) 6 months ago
.node-version 4bd4f7490b ci: update action (#4046) 7 months ago
.npmrc 66808582ff fix: header theme color error (#4170) 7 months ago
.prettierignore 9987451647 feat: use simpler nitro instead of nestjs to implement mock service 8 months ago
.prettierrc.mjs 399334ac57 chore: init project 10 months ago
.stylelintignore 832a7bcc58 chore: update deps 7 months ago
Dockerfile b464b87ac5 refactor: migrate demo applications to playground (#4116) 7 months ago
LICENSE 376fd17a61 feat: Feature/pro docs (#70) 8 months ago
README.ja-JP.md 84816ef769 chore: add badges (#4260) 7 months ago
README.md 84816ef769 chore: add badges (#4260) 7 months ago
README.zh-CN.md 84816ef769 chore: add badges (#4260) 7 months ago
build-local-docker-image.sh ccaa32125a fix: enablePreferences does not meet expectations (#4031) 7 months ago
cspell.json 20a3868594 feat: add modal and drawer components and examples (#4229) 7 months ago
eslint.config.mjs 399334ac57 chore: init project 10 months ago
nginx.conf 992b9bae6c chore: update eslint configuration and adjust docker command [skip ci] (#4101) 7 months ago
package.json 1063b2268e chore: release v5.2.1 6 months ago
pnpm-lock.yaml 1063b2268e chore: release v5.2.1 6 months ago
pnpm-workspace.yaml b464b87ac5 refactor: migrate demo applications to playground (#4116) 7 months ago
stylelint.config.mjs 399334ac57 chore: init project 10 months ago
tea.yaml 376fd17a61 feat: Feature/pro docs (#70) 8 months ago
turbo.json 98da0672e7 feat: add archive plug-in to output dist.zip after build (#4272) 6 months ago
vben-admin.code-workspace 8a0b1e0c72 refactor: package chart-ui integrated into plugins (#4238) 7 months ago
vitest.config.ts 3f9ce63868 feat: support vue file unit testing, add some components unit testing (#4119) 7 months ago
vitest.workspace.ts fd7b3479b4 fix: improve the display of modal and drawer on mobile (#4237) 7 months ago

README.ja-JP.md

VbenAdmin Logo

[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)

Vue Vben Admin

Quality Gate Status codeql build ci deploy

日本語 | English | 中文

紹介

Vue Vben Adminは、最新のvue3viteTypeScriptなどの主流技術を使用して開発された、無料でオープンソースの中・後端テンプレートです。すぐに使える中・後端のフロントエンドソリューションとして、学習の参考にもなります。

アップグレード通知

これは最新バージョン5.0であり、以前のバージョンとは互換性がありません。新しいプロジェクトを開始する場合は、最新バージョンを使用することをお勧めします。古いバージョンを表示したい場合は、v2ブランチを使用してください。

特徴

  • 最新技術スタック: Vue 3やViteなどの最先端フロントエンド技術で開発
  • TypeScript: アプリケーション規模のJavaScriptのための言語
  • テーマ: 複数のテーマカラーが利用可能で、カスタマイズオプションも豊富
  • 国際化: 完全な内蔵国際化サポート
  • 権限管理: 動的ルートベースの権限生成ソリューションを内蔵

プレビュー

  • Vben Admin - フルバージョンの中国語サイト

テストアカウント: vben/123456

VbenAdmin Logo VbenAdmin Logo VbenAdmin Logo

Gitpodを使用

Gitpod(GitHub用の無料オンライン開発環境)でプロジェクトを開き、すぐにコーディングを開始します。

Open in Gitpod

ドキュメント

ドキュメント

インストールと使用

  • プロジェクトコードを取得

    git clone https://github.com/vbenjs/vue-vben-admin.git
    
  • 依存関係のインストール

    cd vue-vben-admin
    
    corepack enable
    
    pnpm install
    
    
  • 実行

    pnpm dev
    
  • ビルド

    pnpm build
    

変更ログ

CHANGELOG

貢献方法

ご参加をお待ちしております!Issueを提出するか、Pull Requestを送信してください。

Pull Request:

  1. コードをフォーク!
  2. 自分のブランチを作成: git checkout -b feat/xxxx
  3. 変更をコミット: git commit -am 'feat(function): add xxxxx'
  4. ブランチをプッシュ: git push origin feat/xxxx
  5. pull requestを送信

Git貢献提出規則

  • 参考 vue 規則 (Angular)

    • feat 新機能の追加
    • fix 問題/バグの修正
    • style コードスタイルに関連し、実行結果に影響しない
    • perf 最適化/パフォーマンス向上
    • refactor リファクタリング
    • revert 変更の取り消し
    • test テスト関連
    • docs ドキュメント/注釈
    • chore 依存関係の更新/スキャフォールディング設定の変更など
    • ci 継続的インテグレーション
    • types 型定義ファイルの変更
    • wip 開発中

ブラウザサポート

ローカル開発にはChrome 80+ブラウザを推奨します

モダンブラウザをサポートし、IEはサポートしません

IEEdgeFirefox
 Edge
 Edge
Firefox
ChromeChrome SafariSafari サポートしない 最新2バージョン 最新2バージョン 最新2バージョン 最新2バージョン

メンテナー

@Vben

寄付

このプロジェクトが役に立つと思われた場合、作者にコーヒーを一杯おごってサポートを示すことができます!

donate

Paypal Me

貢献者

<img alt="Contributors"

    src="https://opencollective.com/vbenjs/contributors.svg?button=false" />

Discord

ライセンス

MIT © Vben-2020