APIJSON/APIJSON-JavaScript/README.md
2017-12-11 22:37:10 +08:00

33 lines
942 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# APIJSON前端部署 - JavaScript
### 1.下载后解压APIJSON工程
[打开APIJSON的GitHub主页](https://github.com/TommyLemon/APIJSON) > Clone or download > [Download ZIP](https://github.com/TommyLemon/APIJSON/archive/master.zip) > 解压到一个路径并记住这个路径。
<br />
### 2.运行JavaScript工程
可选IDE或编辑器: WebStorm, PhpStorm, VSCode, Sublime, Atom ... <br />
推荐使用 WebStorm。
#### APIJSON-JS工程
直接用浏览器打开html文件即可。或者使用IDE或编辑器。
#### APIJSON-JS-Vue工程
需要搭建Vue2.0环境及配置node_modules依赖才能运行调试我主要参考了这篇博文 <br />
http://www.jianshu.com/p/5ba253651c3b
<br />
### 3.测试接口<h3/>
看 浏览器界面 或 浏览器控制台。<br />
如果默认url不可用修改为一个可用的比如正在运行APIJSON后端工程的电脑的IPV4地址然后重新运行。
<br />