@@ -70,16 +70,17 @@ $ npm i atool-doc -g
70
70
71
71
atool-doc [options]
72
72
73
- -h, --help output usage information
74
- -v, --version output the version number
75
- --dest < dir> config path of output dir, default __site
76
- --source < dir> config path of demo files dir, default examples
77
- --asset < dir> config path of static resource, default statics
78
- --tpl < path> config path or name of tpl file
79
- --config < path> config path of webpack.config, default webpack.config.js
80
- --port < number> specify server port, default 8002
81
- --build only build
82
- -w, --watch using with --build, watch mode
73
+ -h, --help output usage information
74
+ -v, --version output the version number
75
+ --dest < dir> config path of output dir, default __site
76
+ --source < dir> config path of demo files dir, default examples
77
+ --asset < dir> config path of static resource, default statics
78
+ --tpl < path> config path or name of tpl file
79
+ --config < path> config path of webpack.config, default webpack.config.js
80
+ --port < number> specify dora server port, default 8002
81
+ --doraPlugins < name| file> defines the plugins which should used with dora server, default proxy
82
+ --build only build
83
+ -w, --watch using with --build, watch mode
83
84
```
84
85
85
86
## How to write demo file
0 commit comments