lab_safety Project setup npm install Compiles and hot-reloads for development npm run serve 注意运行前需代码格式化 npx prettier --write . 或使用 IDE 自动格式化 Compiles and minifies for production npm run build Run your unit tests npm run test:unit Run your end-to-end tests npm run test:e2e Lints and fixes files npm run lint Customize configuration See Configuration Reference.