https://github.com/codybontecou/ssr-cypress-intercept
https://github.com/codybontecou/ssr-cypress-intercept
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codybontecou/ssr-cypress-intercept
- Owner: CodyBontecou
- Created: 2021-06-28T19:55:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T20:08:22.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T10:33:46.592Z (5 months ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-cypress-intercept-example
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).