A ready-to-use boilerplate for VueJS applications written in TypeScript with Cypress for testing.
π§ Run the following command to install all the project dependencies:
npm install
π 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.
π 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 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 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.
β¨ 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.
For more information on customizing the configuration of your Vue project, refer to the Configuration Reference.
π Copyright Β© 2023 tooniez.
This project is MIT licensed.