cederstrom / vue-form-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI testing a Vue application

This repository is a demo of running both unit test with Jest and e2e tests with Cypress in a Circle CI pipeline. Use it as inspiration or as a plain boilerplate.

Contributions are welcome!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Customize configuration

See Configuration Reference.

About


Languages

Language:JavaScript 66.4%Language:Vue 27.5%Language:HTML 6.1%