Skip to content

leichteckig/nuxt-leichteckig

Repository files navigation

leichteckig

Tests CI

Hello! 👋 It's seems that you found your way to my personal website. Nice to meet you! ♥️

If you want, clone it, check it out and if you have some feedback, please keep me posted.

image

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Run tests

Run Jest tests

# Run all tests
$ npm test

# Run jest tests
$ npm run jest

# Start test watcher for development
$ npm run jest-watch

Run end-to-end tests

# Open Cypress' test runner
$ npm run cy:open

# Run Cypress tests headlessly
$ npm run cy:run