react-ticket-conductor
v0.7.0
Published
React component for the checking tickets
Downloads
7
Readme
Modern.js Package
Setup
Install the dependencies:
npm run install
Get Started
Run and debug the module:
npm run dev
Run test cases:
npm run test
Build the module for production:
npm run build
Enable optional features:
npm run new
Other commands:
npm run lint # Lint and fix source files
npm run change # Add a new changeset
npm run bump # Update version and changelog via changeset
npm run release # Release the package
For more information, see the Modern.js Module documentation.