Skip to content

Repository files navigation

SignalIntegrity.js

Project setup

Install Node.js

Check the current version of Node.js

node -v

Install yarn

npm install --global yarn

Install packages

yarn install

Check for outdated packages

yarn outdated

Upgrades packages

yarn upgrade --latest

Development

Compile and hot-reload for Development

yarn run dev

Lint with ESLint

yarn run lint

Format with Prettier

yarn run format

Unit test with Vitest

Interactive development

yarn vitest

Command line

yarn run test:unit

Component test with Cypress

Interactive development

npx cypress open

Command line

yarn run test:component

Lint, format, type-check, unit-test, and component test

yarn run test

Compile, build and minify for production

yarn run build

Preview the built static website for production

yarn run preview

About

Track my personal learning status of SignalIntegrity

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages