Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.44 KB

build-instruction.md

File metadata and controls

51 lines (34 loc) · 1.44 KB

克隆必须的资源库:

  1. 克隆nscript-cn/docs-cn库,克隆完成后,将 docs-cn 目录名改为docs(目录结构..\NativeScript\docs)
  2. 克隆NativeScript/NativeScript库(目录结构 ..\NativeScript\NativeScript)
  3. 克隆NativeScript/nativescript-sdk-examples-ng库(目录结构 ..\NativeScript\nativescript-sdk-examples-ng)
  4. 克隆NativeScript/sidekick-docs库(目录结构 ..\NativeScript\sidekick-docs)

克隆完后的文件结构:

文件结构应该如下:

               |_ NativeScript
               
                                |_ docs
                                
                                |_ NativeScript
                                
                                |_ nativescript-sdk-examples-ng
                                
                                |_ sidekick-docs
 

架设本地构建环境:

  1. 安装VirtualBox和Vagrant

下载和安装VirtualBox

下载和安装Vagrant

  1. 在终端安装(Windows的话,使用Git bash),进入文档所在目录(docs)的build子目录:
$ cd build
and then
$ vagrant up
  1. 以上步骤以后,虚拟机将被启动。链接到虚拟机开始构建:
$ vagrant ssh
$ cd /vagrant
$ ./build.sh

等待脚本运行完成后,在浏览器打开一下地址即可即时预览翻译结果:

http://localhost:8000/angular/start/introduction.html