Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
820b6391
Commit
820b6391
authored
Jun 04, 2019
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix #4370,edit readme for v4
parent
a9b19e99
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
60 additions
and
126 deletions
+60
-126
README.fr-FR.md
README.fr-FR.md
+10
-24
README.ja-JP.md
README.ja-JP.md
+10
-24
README.md
README.md
+10
-24
README.ru-RU.md
README.ru-RU.md
+10
-2
README.tr-TR.md
README.tr-TR.md
+10
-26
README.zh-CN.md
README.zh-CN.md
+10
-26
No files found.
README.fr-FR.md
View file @
820b6391
...
...
@@ -77,32 +77,18 @@ Nous avons besoin de votre aide: https://github.com/ant-design/ant-design-pro/is
### Utiliser bash
```
bash
$
git clone https://github.com/ant-design/ant-design-pro.git
--depth
=
1
-b
v2
$
cd
ant-design-pro
$
npm
install
$
npm start
# visiter http://localhost:8000
```
### Utilisation par docker
```
bash
# aperçu
$
docker pull antdesign/ant-design-pro
$
docker run
-p
80:80 antdesign/ant-design-pro
# ouvrir http://localhost
$
yarn create umi
# or npm create umi
# développement
$
npm run docker:dev
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
# construction
$
npm run docker:build
# développement en production
$
npm run docker-prod:dev
# construction en production
$
npm run docker-prod:build
$
npm
install
$
npm start
# visit http://localhost:8000
```
### Utilisation de Gitpod
...
...
README.ja-JP.md
View file @
820b6391
...
...
@@ -77,32 +77,18 @@
### bash を使う方法
```
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 を使う方法
```
bash
# プレビュー
$
docker pull antdesign/ant-design-pro
$
docker run
-p
80:80 antdesign/ant-design-pro
# http://localhost を開く
$
yarn create umi
# or npm create umi
# dev
$
npm run docker:dev
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
# build
$
npm run docker:build
# production dev
$
npm run docker-prod:dev
# production build
$
npm run docker-prod:build
$
npm
install
$
npm start
# http://localhost:8000 を開く
```
### Gitpod を使う方法
...
...
README.md
View file @
820b6391
...
...
@@ -79,32 +79,18 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120
### Use bash
```
bash
$
git clone https://github.com/ant-design/ant-design-pro.git
--depth
=
1
-b
v2
$
cd
ant-design-pro
$
npm
install
$
npm start
# visit http://localhost:8000
```
### Use by docker
```
bash
# preview
$
docker pull antdesign/ant-design-pro
$
docker run
-p
80:80 antdesign/ant-design-pro
# open http://localhost
$
yarn create umi
# or npm create umi
# dev
$
npm run docker:dev
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
# build
$
npm run docker:build
# production dev
$
npm run docker-prod:dev
# production build
$
npm run docker-prod:build
$
npm
install
$
npm start
# visit http://localhost:8000
```
### Use Gitpod
...
...
README.ru-RU.md
View file @
820b6391
...
...
@@ -71,8 +71,16 @@ UI-решение "из коробки" для корпоративных при
## Использование
```
bash
$
git clone https://github.com/ant-design/ant-design-pro.git
--depth
=
1
-b
v2
$
cd
ant-design-pro
$
yarn create umi
# or npm create umi
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
$
npm
install
$
npm start
# visit http://localhost:8000
```
...
...
README.tr-TR.md
View file @
820b6391
...
...
@@ -74,35 +74,19 @@ React ile kurumsal uygulamalar için taslak olarak geliştirilmiş kullanıma ha
## Kullanım
### bash ile kullanım
```
bash
$
git clone https://github.com/ant-design/ant-design-pro.git
--depth
=
1
-b
v2
$
cd
ant-design-pro
$
npm
install
$
npm start
# visit http://localhost:8000
```
### Docker ile kullanım
```
bash
# preview
$
docker pull chenshuai2144/ant-design-pro
$
docker run
-p
80:80 chenshuai2144/ant-design-pro
# open http://localhost
# dev
$
npm run docker:dev
# build
$
npm run docker:build
$
yarn create umi
# or npm create umi
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
# production dev
$
npm run docker-prod:dev
# production build
$
npm run docker-prod:build
$
npm
install
$
npm start
# visit http://localhost:8000
```
Daha fazla talimat için
[
dokümantasyon
](
http://pro.ant.design/docs/getting-started
)
sayfasına göz atın.
...
...
README.zh-CN.md
View file @
820b6391
...
...
@@ -72,35 +72,19 @@
## 使用
### 使用命令行
```
bash
$
git clone https://github.com/ant-design/ant-design-pro.git
--depth
=
1
-b
v2
$
cd
ant-design-pro
$
npm
install
$
npm start
# 访问 http://localhost:8000
```
### 使用 docker
```
bash
# preview
$
docker pull antdesign/ant-design-pro
$
docker run
-p
80:80 antdesign/ant-design-pro
# open http://localhost
# dev
$
npm run docker:dev
# build
$
npm run docker:build
$
yarn create umi
# or npm create umi
# Choose ant-design-pro:
Select the boilerplate
type
(
Use arrow keys
)
❯ ant-design-pro - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
app - Create project with a simple boilerplate, support typescript.
block - Create a umi block.
library - Create a library with umi.
plugin - Create a umi plugin.
# production dev
$
npm run docker-prod:dev
// production build
$
npm run docker-prod:build
$
npm
install
$
npm start
# visit http://localhost:8000
```
更多信息请参考
[
使用文档
](
http://pro.ant.design/docs/getting-started
)
。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment