Skip to content

πŸ”₯πŸš€ VueJS TypeScript Cypress Boilerplate πŸŒŸπŸ”¬

License

Notifications You must be signed in to change notification settings

tooniez/vuejs-typescript-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

VueJS TypeScript Cypress Boilerplate πŸš€πŸ”¬

A ready-to-use boilerplate for VueJS applications written in TypeScript with Cypress for testing.

Project setup

πŸ”§ Run the following command to install all the project dependencies:

npm install

Compiles and hot-reloads for development

πŸš€ Run the following command to compile and hot-reload the application for development:

npm run serve

This command starts a development server and updates the application in real-time whenever a change is made to the source code.

Compiles and minifies for production

πŸ‘‰ Run the following command to compile and minify the application for production:

npm run build

This command generates an optimized production-ready build that can be deployed to a web server.

Run your unit tests

πŸ”¬ Run the following command to execute the unit tests for the application using Cypress:

npm run test:unit

Unit tests are used to test individual components and functions in isolation.

Run your end-to-end tests

🌐 Run the following command to execute the end-to-end tests for the application using Cypress:

npm run test:e2e

End-to-end tests simulate user interactions and test the application as a whole.

Lints and fixes files

✨ Run the following command to lint and fix the source code files:

npm run lint

Linting helps identify and fix common coding mistakes and enforces code style conventions.

Customize configuration

For more information on customizing the configuration of your Vue project, refer to the Configuration Reference.

License

πŸ“ Copyright Β© 2023 tooniez.
This project is MIT licensed.

About

πŸ”₯πŸš€ VueJS TypeScript Cypress Boilerplate πŸŒŸπŸ”¬

Resources

License

Security policy

Stars

Watchers

Forks