# dn-vue3-cli **Repository Path**: hong-bin/dn-vue3-cli ## Basic Information - **Project Name**: dn-vue3-cli - **Description**: dn - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dn-vue3-cli ## 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 ``` ### 注意事项: 1. 用户信息通过 SDK init 方法进行初始化。并且将信息记录在 utils/userAuthorizeInfo.js 通过 getUserAuthorizeInfo 获取。 2. 项目打包前将 package.json 下的 name 字段的值修改为(CMS 上最终部署项目的链接 ID) ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).