vue-flipping-stepper

Contributing

Thank you so much for your interest to help!

Please read our Code of Conduct

Test

Run tests

npm run test

Documentation

To launch local document site:

npm run docs:dev

Build before committing, as the hosting site might not have auto-build setup yet.

npm run docs:build

Commit

Build code before submitting

npm run build