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.
tan b155d9f548
1
10 months ago
..
.idea 1 10 months ago
build 1 10 months ago
config 1 10 months ago
node_modules 1 10 months ago
src 1 10 months ago
static 1 10 months ago
.babelrc 1 10 months ago
.editorconfig 1 10 months ago
.npmrc 1 10 months ago
.postcssrc.js 1 10 months ago
README.md 1 10 months ago
index.html 1 10 months ago
package-lock.json 1 10 months ago
package.json 1 10 months ago

README.md

启动项目

# 切换镜像
npm config set registry https://registry.npm.taobao.org

# 安装依赖node版本16.13.2
npm install

# 启动项目
npm run dev