https://github.com/tanakaworld/nuxt-jest-puppeteer
Verification for using jest + puppeteer with Nuxt.js
https://github.com/tanakaworld/nuxt-jest-puppeteer
Last synced: 2 months ago
JSON representation
Verification for using jest + puppeteer with Nuxt.js
- Host: GitHub
- URL: https://github.com/tanakaworld/nuxt-jest-puppeteer
- Owner: tanakaworld
- License: mit
- Created: 2019-05-02T09:41:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T10:45:35.000Z (about 6 years ago)
- Last Synced: 2025-04-04T08:47:25.600Z (2 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-jest-puppeteer
[](https://circleci.com/gh/tanakaworld/nuxt-jest-puppeteer)
> Verification for using jest + puppeteer with Nuxt.js
## 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 start# generate static project
$ npm run generate# test
$ npm test
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).