Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazipan/testing-vuenuxt-playground
🌻 Playground for setup example and get in action with Unit Test on Nuxt, Vue 2 and Vue 3
https://github.com/mazipan/testing-vuenuxt-playground
jest nuxt-test nuxtjs unit-testing vue-test
Last synced: 26 days ago
JSON representation
🌻 Playground for setup example and get in action with Unit Test on Nuxt, Vue 2 and Vue 3
- Host: GitHub
- URL: https://github.com/mazipan/testing-vuenuxt-playground
- Owner: mazipan
- Created: 2018-10-31T10:21:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T14:21:36.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:20:22.182Z (over 1 year ago)
- Topics: jest, nuxt-test, nuxtjs, unit-testing, vue-test
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-vuenuxt-playground
🌻 Playground for setup example and get in action with Unit Test on Nuxt, Vue 2 and Vue 3
[![Testing all apps](https://github.com/mazipan/testing-vuenuxt-playground/actions/workflows/testing.yml/badge.svg)](https://github.com/mazipan/testing-vuenuxt-playground/actions/workflows/testing.yml)
## Workspace managed by `pnpm`
Install dependencies:
```bash
$ pnpm install
```## Applications
## 📸 Screenshots
![Screenshot](screenshot.png)
### 🟩 Nuxt 2 Project (Bootstrapped w create-nuxt-app)
Run test script:
```bash
$ pnpm run test:nuxt2
```Run app in local:
```bash
$ pnpm run dev:nuxt2
```### 🟩 Vue 2 Project (Bootstrapped w Vue-CLI)
Run test script:
```bash
$ pnpm run test:vue2
```Run app in local:
```bash
$ pnpm run dev:vue2
```### 🟩 Vue 3 Project (Bootstrapped w Vite)
Run test script:
```bash
$ pnpm run test:vue3
```Run app in local:
```bash
$ pnpm run dev:vue3
```------
Copyright © 2020-present by Irfan Maulana