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.
|
|
10 months ago | |
|---|---|---|
| .. | ||
| .idea | 10 months ago | |
| build | 10 months ago | |
| config | 10 months ago | |
| node_modules | 10 months ago | |
| src | 10 months ago | |
| static | 10 months ago | |
| .babelrc | 10 months ago | |
| .editorconfig | 10 months ago | |
| .npmrc | 10 months ago | |
| .postcssrc.js | 10 months ago | |
| README.md | 10 months ago | |
| index.html | 10 months ago | |
| package-lock.json | 10 months ago | |
| package.json | 10 months ago | |
README.md
启动项目
# 切换镜像
npm config set registry https://registry.npm.taobao.org
# 安装依赖node版本16.13.2
npm install
# 启动项目
npm run dev