nuxtjs vue vuetify vue test utils jest sample project:带有JestVuetifyNuxtjs测试实用程序等
Nuxtjs Vue Vuetify Jest的设置 这是具有Jest,Vuetify,NuxtJS / Nuxt Typescript,Vue的设置的示例项目 它也可以测试服务器端渲染 $确保在.gitignore文件中添加.nuxt-build-jest 构建设置 # install dependencies $ npm install # Running The Tests $ npm run test # Folders and Files to Look For * package.json * jest.config.js * jest.setup.js * tests/ * # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm
用户评论