# data_directionary **Repository Path**: worliaro/data_directionary ## Basic Information - **Project Name**: data_directionary - **Description**: 数据字典功能界面开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-23 - **Last Updated**: 2023-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # home 数据中台-首页 # 拉取项目 git clone https://gitee.com/worliaro/data_directionary.git # 进入工程 cd data_directionary # 1. 修改 package.json vim ./package.json # 修改如下关键位置 ``` { name: "${相应子应用目录名字}" author: "${开发者} ${开发者邮箱}" ...... bugs:{ "url": "${仓库地址}/issues" }, ... "repository": { "type": "git", "url": "git+${仓库地址}" } } ``` # 2. 修改 README.md 如下位置 vim ./README.md ``` # 拉取项目 git clone ${仓库地址} ``` # 安装依赖 npm install @geoscene/resources-table@2.0.1 --registry http://10.10.10.245:4873 npm install # 运行 npm run serve # 如果运行后 eslint 报错,则终止项目运行,执行如下命令 npm run lint # 重启项目 npm run serve