You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 months ago | |
|---|---|---|
| build | 11 months ago | |
| config | 11 months ago | |
| src | 11 months ago | |
| static/img | 11 months ago | |
| .babelrc | 11 months ago | |
| .editorconfig | 11 months ago | |
| .gitignore | 11 months ago | |
| .npmrc | 11 months ago | |
| .postcssrc.js | 11 months ago | |
| README.md | 11 months ago | |
| index.html | 11 months ago | |
| package-lock.json | 11 months ago | |
| package.json | 11 months ago | |
README.md
项目介绍及启动说明
启动项目
# 切换镜像
npm config set registry https://registry.npm.taobao.org
# 安装依赖,对应node的版本是16.13.2
npm install --force
# 启动项目
npm run dev