通用管理端

xingyu4j 03fcecadcc fix: lefthook config hai 3 semanas
.changeset 0c1b737325 fix: fix lint && typecheck hai 3 semanas
.github 9f20d52b4e chore: 更新 FTP 部署操作版本 hai 1 mes
.vscode 7c943cc06b chore: disable oxc typeAware and add --threads option for oxlint hai 3 semanas
apps aac626da32 feat: add system user view hai 3 semanas
docs 5db93a345a fix: doc build error hai 3 semanas
internal 5db93a345a fix: doc build error hai 3 semanas
packages 76cfcda2e9 Merge branch 'fork/xingyu4j/antdv-next' hai 3 semanas
playground 03fcecadcc fix: lefthook config hai 3 semanas
scripts c759cb2593 fix: lint config hai 3 semanas
.browserslistrc 399334ac57 chore: init project %!s(int64=2) %!d(string=hai) anos
.commitlintrc.js 0cf4509c70 fix: czg configuration not effective (#4759) hai 1 ano
.dockerignore bfae9626dd perf: display border status color when the form is verified incorrectly (#4407) hai 1 ano
.editorconfig 04a1533a1e refactor: splitting and reorganizing style files hai 1 ano
.gitattributes 399334ac57 chore: init project %!s(int64=2) %!d(string=hai) anos
.gitconfig 399334ac57 chore: init project %!s(int64=2) %!d(string=hai) anos
.gitignore a4dd9d30ce chore: release 5.7.0 hai 3 semanas
.gitpod.yml dd2b1ed580 fix: install corepack from npm (#5905) hai 1 ano
.node-version 7680b33b99 fix: #7140 (#7153) hai 4 meses
.npmrc 4907f281af chore: 更新 pnpm-workspace.yaml 配置,添加 publicHoistPattern 和 allowBuilds 设置 hai 4 semanas
.stylelintignore a4736a49f8 feat: migrate to Tailwind CSS v4 (#7614) hai 3 meses
LICENSE 376fd17a61 feat: Feature/pro docs (#70) hai 1 ano
README.ja-JP.md 6ddfbd84b0 chore: modify the contributor showcase in the README (#6636) hai 10 meses
README.md 7268824612 Update README.md (#6828) hai 7 meses
README.zh-CN.md 6ddfbd84b0 chore: modify the contributor showcase in the README (#6636) hai 10 meses
cspell.json ae6a75e913 build: migrate core ts packages to tsdown hai 3 meses
eslint.config.mjs 37d72c1628 fix: oxlint config (#7661) hai 3 meses
lefthook.yml 03fcecadcc fix: lefthook config hai 3 semanas
oxfmt.config.ts 6dabb848a5 build: migrate formatting pipeline to oxfmt hai 3 meses
oxlint.config.ts 37d72c1628 fix: oxlint config (#7661) hai 3 meses
package.json 5db93a345a fix: doc build error hai 3 semanas
pnpm-lock.yaml f77166b3a2 chore: update deps hai 3 semanas
pnpm-workspace.yaml f77166b3a2 chore: update deps hai 3 semanas
stylelint.config.mjs 399334ac57 chore: init project %!s(int64=2) %!d(string=hai) anos
tea.yaml 37645f08be chore(deps): bump the non-breaking-changes group with 4 updates (#4451) hai 1 ano
turbo.json a4736a49f8 feat: migrate to Tailwind CSS v4 (#7614) hai 3 meses
vben-admin.code-workspace 0c300d040c fix: tailwindcss config (#7693) hai 2 meses
vitest.config.ts 748f60c7bb chore: lint config hai 3 meses

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

ドキュメント

ドキュメント

インストールと使用

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

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

    cd vue-vben-admin
    npm i -g corepack
    pnpm install
    
  3. 実行

    pnpm dev
    
  4. ビルド

    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 型定義ファイルの変更

ブラウザサポート

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

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

EdgeFirefoxChrome
Edge
Firefox
Chrome
SafariSafari 最新2バージョン 最新2バージョン 最新2バージョン 最新2バージョン

メンテナー

@Vben

スター歴史

Star History Chart

寄付

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

donate

Paypal Me

貢献者

Contribution Leaderboard

Contributors

Discord

ライセンス

MIT © Vben-2020