进入到根目录 npm install 安装项目所有依赖 npm run dev 开发环境运行 npm run build 编译打包项目,生成的压缩包在dist文件夹中 npm run test 执行eslint,检测代码是否有格式错误 npm run lint --fix 自动修复代码中的格式错误