npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ant-design-pro-scaffold2

v2.3.1-11

Published

An out-of-box UI solution for enterprise applications

Downloads

4

Readme

English | 简体中文 | Русский | Türkçe | 日本語

独創的な業務システムの UI を解決するための React ボイラープレート。

Build With Umi Build Status Dependencies DevDependencies Gitter Join the chat at https://gitter.im/ant-design/ant-design-pro Netlify Status

  • プレビュー: http://preview.pro.ant.design
  • ホームページ: http://pro.ant.design
  • ドキュメント: http://pro.ant.design/docs/getting-started
  • 変更ログ: http://pro.ant.design/docs/changelog
  • FAQ: http://pro.ant.design/docs/faq
  • 中国のミラーサイト: http://ant-design-pro.gitee.io

2.0 がリリースされました 🎉🎉🎉

Announcing Ant Design Pro 2.0.0

翻訳の募集 :loudspeaker:

私たちはあなたの助けを必要としています。: https://github.com/ant-design/ant-design-pro/issues/120

特徴

  • :gem: きちんとしたデザイン: Ant Design specification に従ってくださ い。
  • :triangular_ruler: 共通のテンプレート: 業務システム用のテンプレート
  • :rocket: 現状のアート開発: React/umi/dva/antd の最新開発スタック
  • :iphone: レスポンシブ: さまざまな画面サイズ用の設計
  • :art: テーマ: シンプルな設定でカスタマイズ可能なテーマ
  • :globe_with_meridians: 国際化: 国際化の解決策を内蔵
  • :gear: ベストプラクティス: コードを美しくするための正しいワークフロー
  • :1234: モック開発: 使いやすいモック開発
  • :white_check_mark: UI テスト: ユニットテストと e2e テスト

テンプレート

- ダッシュボード
  - アナリティクス
  - モニター
  - ワークスペース
- 形
  - 基本フォーム
  - ステップフォーム
  - 高度なフォーム
 - リスト
  - スタンダードテーブル
  - スタンダードリスト
  - カードリスト
  - 検索リスト(プロジェクト/アプリケーション/記事)
 - プロフィール
  - 簡単なプロフィール
  - 高度なプロファイル
 - アカウント
  - アカウントセンター
  - アカウント設定
 - 結果
  - 成功
  - 失敗
 - 例外
  - 403
  - 404
  - 500
 - ユーザー
  - ログイン
  - 登録
  - 登録結果

使用法

bash を使う方法

$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
$ cd ant-design-pro
$ npm install
$ npm start         # http://localhost:8000 を開く

Docker を使う方法

# プレビュー
$ docker pull antdesign/ant-design-pro
$ docker run -p 80:80 antdesign/ant-design-pro
# http://localhost を開く

# dev
$ npm run docker:dev

# build
$ npm run docker:build


# production dev
$ npm run docker-prod:dev

# production build
$ npm run docker-prod:build

Gitpod を使う方法

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

Open in Gitpod

その他の指示は ドキュメント を確認してください。

サポートするブラウザー

モダンなブラウザと IE11。

| IE / Edge | Firefox | Chrome | Safari | Opera | | --- | --- | --- | --- | --- | | IE11, Edge | 最新版から 2 バージョン | 最新版から 2 バージョン | 最新版から 2 バージョン | 最新版から 2 バージョン |

貢献する

どんな種類の貢献でも大歓迎です。あなたがこのプロジェクトに貢献できる方法のいくつかの例はここにあります。:

  • 毎日の仕事に Ant Design Pro を使用すること。
  • 報告すること。 issues にバグ報告や質問をしてください。
  • 更新すること。 改善を、pull requests で送ってください。

DevDependencies