# 项目介绍及启动说明 ### 启动项目 ``` bash # 切换镜像 npm config set registry https://registry.npm.taobao.org # 安装依赖,对应node的版本是16.13.2 npm install --force # 启动项目 npm run dev