# chain.store.pc.console **Repository Path**: llfan/chain.store.pc.console ## Basic Information - **Project Name**: chain.store.pc.console - **Description**: 基础库后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-12 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 管理后台 克隆代码:https://gitee.com/llfan/chain.core.pc.console.git # nodejs版本:14.16.1及以上 首次运行执行 npm install 安装依赖包 运行代码 npm run dev 打包代码 npm run build:prod # npm install 执行失败: 如果npm install 执行失败,可参考 https://blog.csdn.net/weixin_41823246/article/details/130401090 执行npm install --force 或者 npm install --legacy-peer-deps