Skip to content

A Nuxt.js + Cypress starter project template without the distraction of a complicated development environment.

Notifications You must be signed in to change notification settings

keriat/nuxt-cypress

 
 

Repository files navigation

Nuxt.js with Cypress

A Nuxt.js + Cypress starter project template without the distraction of a complicated development environment.

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

# run e2e tests with cypress - (You must start server before this)
$ yarn e2e

# run and open e2e tests with cypress - (You must start server before this)
$ yarn e2e:open

For detailed explanation on how things work, checkout Nuxt.js docs.

About

A Nuxt.js + Cypress starter project template without the distraction of a complicated development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.9%
  • JavaScript 38.1%