Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melrefaie/nuxt-cypress
A Nuxt.js + Cypress starter project template without the distraction of a complicated development environment.
https://github.com/melrefaie/nuxt-cypress
Last synced: 12 days ago
JSON representation
A Nuxt.js + Cypress starter project template without the distraction of a complicated development environment.
- Host: GitHub
- URL: https://github.com/melrefaie/nuxt-cypress
- Owner: melrefaie
- Created: 2018-10-17T11:31:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:54:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T01:22:01.790Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 2.48 MB
- Stars: 49
- Watchers: 1
- Forks: 9
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js with Cypress
A [Nuxt.js](https://github.com/nuxt/nuxt.js) + [Cypress](https://github.com/cypress-io/cypress) starter project template without the distraction of a complicated development environment.
## 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# 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](https://nuxtjs.org).