https://github.com/damirscorner/20200717-nuxt-jest-tsx
Sample project for "Testing TSX components with Jest in NuxtJS" blogpost
https://github.com/damirscorner/20200717-nuxt-jest-tsx
jest jsx nuxt tsx vue
Last synced: 3 months ago
JSON representation
Sample project for "Testing TSX components with Jest in NuxtJS" blogpost
- Host: GitHub
- URL: https://github.com/damirscorner/20200717-nuxt-jest-tsx
- Owner: DamirsCorner
- Created: 2020-06-06T14:21:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T15:55:56.000Z (about 5 years ago)
- Last Synced: 2025-01-29T17:23:08.912Z (5 months ago)
- Topics: jest, jsx, nuxt, tsx, vue
- Language: Vue
- Homepage: https://www.damirscorner.com/blog/posts/20200717-TestingJsxComponentsWithJestInNuxjsS.html
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-jest-tsx
> Blog post sample
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).