ant-tool/atool-doc

能跑么?

Closed this issue · 1 comments

0hao commented

bug文档

npm run demo

如果想 npm run demo 来启动的话,需要在 package.json 里面增加 scripts

{
  "scripts": {
    "demo": "atool-doc"
  }
}