File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # 离线安装
2+
3+ ## windows
4+
5+ 1 . 打开资源管理器,进入HBuilderX安装目录
6+ 2 . 进入` plugins ` 目录
7+ 3 . 将插件文件夹, 放置到此目录。(如是zip包,解压即可)
8+ 4 . 重启HBuilderX编辑器
9+
10+ ## Mac
11+
12+ 1 . 打开系统终端,输入如下命令,打开HBuilderX插件目录 (注意:mac上,正式版和alpha目录不一样)
13+ 2 . 将插件文件夹, 如是zip包,解压即可),放置到` plugins ` 目录下
14+ 3 . 重启HBuilderX编辑器
15+
16+ 正式版命令
17+ ``` shell
18+ open /Applications/HBuilderX.app/Contents/HBuilderX/plugins/
19+ ```
20+
21+ Alpha版命令
22+ ``` shell
23+ open /Applications/HBuilderX-Alpha.app/Contents/HBuilderX/plugins/
24+ ```
25+
26+ ## ` 备注 `
27+
28+ ` nodejs ` 插件,如果插件内,没有` node_modules ` ,需要手动执行` npm install `
Original file line number Diff line number Diff line change 44 * [ MacOSX] ( /Tutorial/install/macosx.md )
55 * [ 首次启动] ( /Tutorial/startup.md )
66 * [ 卸载HBuilderX] ( /Tutorial/uninstall.md )
7+ * [ 离线安装HBuilderX] ( /Tutorial/OfflineInstall.md )
78* 开始使用
89 * [ 入门教程] ( /Tutorial/StartedTutorial.md )
910 * [ 用户界面] ( /Tutorial/userinterface.md )
You can’t perform that action at this time.
0 commit comments