diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 21:05:57 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 21:05:57 +0800 |
| commit | 2626b362948fcd8a3a5e9aa4e22b4de4587740ff (patch) | |
| tree | 599efa35bfbf13c0284b1632e637deaf6dd4e6b2 | |
| parent | b36d41d95b41835cf25a727f4f19ea479765ca00 (diff) | |
docs: update guide for dependencies
| -rw-r--r-- | DEVELOPING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md index 65052c5..7b5e420 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md | |||
| @@ -14,6 +14,10 @@ To install the project dependencies, run | |||
| 14 | # install dependencies | 14 | # install dependencies |
| 15 | npm install | 15 | npm install |
| 16 | 16 | ||
| 17 | # install dependencies for modules | ||
| 18 | npm install --dir node_modules/plain-modal | ||
| 19 | npm install --dir node_modules/plain-draggable | ||
| 20 | |||
| 17 | # install linting and building tools | 21 | # install linting and building tools |
| 18 | npm install -g rollup standard | 22 | npm install -g rollup standard |
| 19 | ``` | 23 | ``` |