# 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/).