Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 996 Bytes

README.md

File metadata and controls

65 lines (40 loc) · 996 Bytes

testing-vuenuxt-playground

🌻 Playground for setup example and get in action with Unit Test on Nuxt, Vue 2 and Vue 3

Testing all apps

Workspace managed by pnpm

Install dependencies:

$ pnpm install

Applications

📸 Screenshots

Screenshot

🟩 Nuxt 2 Project (Bootstrapped w create-nuxt-app)

Run test script:

$ pnpm run test:nuxt2

Run app in local:

$ pnpm run dev:nuxt2

🟩 Vue 2 Project (Bootstrapped w Vue-CLI)

Run test script:

$ pnpm run test:vue2

Run app in local:

$ pnpm run dev:vue2

🟩 Vue 3 Project (Bootstrapped w Vite)

Run test script:

$ pnpm run test:vue3

Run app in local:

$ pnpm run dev:vue3

Copyright © 2020-present by Irfan Maulana