vue test demo:用于Vue.js测试的演示应用程序 源码
验证测试演示 项目开始 通过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
文件列表
vue-test-demo-main.zip
(预估有个73文件)
vue-test-demo-main
.gitignore
266B
Dockerfile
314B
Dockerfile.storybook
336B
package.json
2KB
package-lock.json
1019KB
src
components
HelloWorld.vue
2KB
main.js
90B
暂无评论