Coder Social home page Coder Social logo

sweetcard / h5app-corp-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-dingtalk/h5app-corp-quickstart

0.0 1.0 0.0 4.09 MB

钉钉企业内部应用-H5微应用-QuickStart Java版

Java 62.24% HTML 3.02% CSS 2.09% JavaScript 32.65%

h5app-corp-quickstart's Introduction

启动步骤

  1. 将工程clone到本地: git clone https://github.com/open-dingtalk/h5app-corp-quickstart.git
  2. 使用IDE导入工程: 比如eclipse点击File->import(推荐使用maven导入) IDEA点击File->New->Project from Existing Sources..., 文件编码都是UTF-8
  3. OA后台创建微应用,并把工程的首页地址/index.html 填到微应用首页地址中。 如何创建微应用?
  4. 打开子模块 backend 中 src/main/resources/application.properties 文件,填入企业微应用的 的APP_KEY,APP_SECRET, CORP_ID, AGENT_ID (参考文档:https://ding-doc.dingtalk.com/doc#/faquestions/dcubhu)
dingtalk.app_key=APP_KEY
dingtalk.app_secret=APP_SECRET
dingtalk.agent_id=AGENT_ID
dingtalk.corp_id=CORP_ID
  1. 使用 mvn install 构建 frontend 中必要组建
  2. 部署工程,使用 mvn -DskipTests=true spring-boot:run -pl backend 运行或者IDE中的maven插件运行
  3. 如修改了frontent中代码需要重新执行 mvn install 更新frontend项目内容

h5app-corp-quickstart's People

Contributors

journeylee avatar dependabot[bot] avatar opendingtalk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.