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
P
pro-blocks
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
pro-blocks
Commits
7afe65ce
Commit
7afe65ce
authored
Jan 11, 2019
by
Sven Efftinge
Committed by
陈帅
Jan 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gitpod config (#3349)
parent
b3d2d6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
.gitpod.yml
.gitpod.yml
+6
-0
README.md
README.md
+11
-5
No files found.
.gitpod.yml
0 → 100644
View file @
7afe65ce
ports
:
-
port
:
8000
onOpen
:
open-preview
tasks
:
-
init
:
npm install
command
:
npm start
README.md
View file @
7afe65ce
...
...
@@ -93,25 +93,31 @@ $ npm start # visit http://localhost:8000
### Use by docker
```
bash
# preview
# preview
$
docker pull antdesign/ant-design-pro
$
docker run
-p
80:80 antdesign/ant-design-pro
# open http://localhost
# dev
# dev
$
npm run docker:dev
# build
# build
$
npm run docker:build
# production dev
# production dev
$
npm run docker-prod:dev
# production build
# production build
$
npm run docker-prod:build
```
### Use Gitpod
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
[
![Open in Gitpod
](
https://gitpod.io/button/open-in-gitpod.svg
)
](https://gitpod.io/#https://github.com/ant-design/ant-design-pro)
More instructions at
[
documentation
](
http://pro.ant.design/docs/getting-started
)
.
## Browsers support
...
...
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