Skip to content

Commit

Permalink
doc enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
郑瑜琨 committed Mar 15, 2020
1 parent baf6f78 commit 9d936b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

一个用G6做的ER图工具,最终目标是想做成在线版的 powerdesigner

<img src='http://111.229.179.154/web-pdm-pre.png'>



# 在线体验

[Demo](http://111.229.179.154/g6 "Demo")
[Demo](http://111.229.179.154 "Demo")


# 快速启动
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"version": "0.0.1",
"description": "一个用G6做的ER图工具,最终目标是想做成在线版的 powerdesigner",
"main": "src/index.tsx",
"files":["src"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf public && NODE_ENV=production webpack --config node_modules/ak-webpack/src/index.js --mode production --colors --max_old_space_size=1024",
"watch": "time webpack-dev-server --watch-poll --config node_modules/ak-webpack/src/index.js --mode development"
"watch": "time webpack-dev-server --watch-poll --config node_modules/ak-webpack/src/index.js --mode development",
"publish-npm": "npm config set registry http://registry.npmjs.org && npm publish && npm config set registry https://registry.npm.taobao.org"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 9d936b6

Please sign in to comment.