bcnzer / nuxt-cypress-starter-template

Example of a Nuxt app with Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-cypress-starter-template

Sample template with Nuxt and Cypress. Accompanying blog post found here: https://liftcodeplay.com/2020/08/19/adding-cypress-to-nuxt/

Build Setup

# 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.

About

Example of a Nuxt app with Cypress


Languages

Language:JavaScript 90.2%Language:Vue 9.7%Language:CSS 0.2%