前端
 
 
 
 
Go to file
赵向宇 3229a3af5d 初始化 2024-10-14 00:40:30 +08:00
.idea 初始化 2024-10-13 18:22:48 +08:00
node_modules 初始化 2024-10-13 18:02:27 +08:00
public 初始化 2024-10-13 18:02:27 +08:00
src 初始化 2024-10-13 18:02:27 +08:00
.gitignore Initial commit 2024-10-13 17:50:27 +08:00
.npmrc 初始化 2024-10-13 18:02:27 +08:00
README.md 初始化 2024-10-13 18:02:27 +08:00
babel.config.js 初始化 2024-10-13 18:02:27 +08:00
jsconfig.json 初始化 2024-10-13 18:02:27 +08:00
package-lock.json 初始化 2024-10-13 18:02:27 +08:00
package.json 初始化 2024-10-13 18:02:27 +08:00
vue.config.js 初始化 2024-10-13 18:02:27 +08:00

README.md

启动项目

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

# 安装依赖对应node -v 16.13.2
npm install

# 启动项目
npm run dev