# dd-OFFICE 项目启动时间`2023/10/31` > 项目集成学校申请,审批一体化平台; > 依附于钉钉应用(微应用) ```shell # 采用ding-cli启动项目 ding dev web # 启动浏览器调试平台 ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). > 最好采用 NODEJS v16.0 + 版本。 最新版会报错 [nodejs 新版本引起的:digital envelope routines::unsupported](https://blog.csdn.net/fengyuyeguirenenen/article/details/128319228) # Optimize - 图片上传可以采用 Dingtalk api chooseImage - 非图片类型的可以(word/pdf/excel)可以上传到 ding cloud disk 中 > h5 微应用 ```shell AgentId=2062807790 AppKey=dingekepwoyycxfbtyvg AppSecret=EjM9WohvKHo3eNqZGGbQHhbjM80QzapdC_f_reYiOCyEFOtaG1qoG2KzEfpSoLWe ``` ```shell # 应用首页地址 # https://dingding.hdlkeji.com ```