承接 jeffstieler/rest-api-console2 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeffstieler/rest-api-console2

Composer 安装命令:

composer require jeffstieler/rest-api-console2

包简介

Fork of Automattic/rest-api-console2, 'a better REST console'.

README 文档

README

A better REST console. See it in action.

Development

Hacking requires node.js, install node.js for your system. (e.g. brew install node).

To get up and running:

  1. Clone the repository git clone https://github.com/beaucollins/wpcom-console2.git

  2. Install dependencies npm install

  3. Run the dev server npm start

Visit http://localhost:4000 in your browser.

Tip: You can change the port using the PORT environment variable:

sudo PORT=80 npm start

WordPress.com's App settings do not allow CORS URI's with ports in them.

Configure

Visit WordPress.com Developer Resources and create an application.

Copy config.sample.json to config.json and use your WordPress.com App ID and Redirect URI for the values.

You will also need to add your host to the CORS whitelist in the Application's settings.

Building

To create a static package you can use anywhere (e.g. Github pages):

npm run build

The static site is located in build/dist/wpcom-console/public along with a tarball.

License

All source code licensed under the MIT open source license.

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 8
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL
  • 更新时间: 2015-05-03