验证测试演示 项目开始 通过Docker启动应用程序和Storybook: ./build.sh 发展 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 整理和修复文件 npm run lint 执行测试 npm run test:unit # run the unit tests npm run test:snapshot # run the snapshot tests npm run test:storybook # run the storybook snapshot and visual tests (be sure storybook runs) npm run test:visual # run the visual regression tests (be sure