Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 506 Bytes

AxeSlide_OAuth_Simple

第三方网站 集成axeslide 帐号授权demo

基于node 4.x 以上运行环境

======================================== ## 功能 - axeslide 账号OAuth 授权 - 获取 用户 发布的axeslide 文档

本地开发调试

  • copy config.template.js to config.js.
  • 在 config.js 中配置axeslide appid & appsecret
  • 安装依赖: npm install
  • 启动项目: npm run start
  • 启动成功
    浏览器中输入 http://localhost:3000 体验项目