Skip to content

germanbisurgi/jedison-docs

Repository files navigation

Tests

Jedison Documentation

Usage

Install dependencies:

yarn install

Start vite in development mode, allowing you to view and test your Vue application in the browser.

yarn dev

Builds the production-ready version of the project.

yarn build

Serves the project using Vite's preview mode.

yarn serve

Runs end-to-end tests using CodeceptJS.

yarn e2e

Runs unit tests using Jest.

yarn unit

Runs ESLint to check for linting errors in .js and .vue files within the ./src directory.

yarn lint

Runs ESLint with the --fix option to automatically fix linting errors in .js and .vue files within the ./src directory.

yarn lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors