Contributing
@erag/phone-number-vue is open source under the MIT license. Contributions are welcome.
Reporting issues
If you find a bug or unexpected behavior, open an issue on GitHub:
github.com/eramitgupta/phone-number-vue/issues
Include:
- The package version (
npm list @erag/phone-number-vue) - A minimal reproduction (a small Vue SFC or a StackBlitz link)
- The expected and actual behavior
Development setup
bash
git clone https://github.com/eramitgupta/phone-number-vue.git
cd phone-number-vue
npm installAvailable scripts
| Script | Description |
|---|---|
npm run build | Build ESM output with Vite and emit TypeScript declarations |
npm run type-check | Run TypeScript without emitting files |
npm run lint | Format source files with Prettier |
npm run lint:check | Verify source formatting without writing |
Submitting a pull request
- Fork the repository and create a branch from
main - Make your change with a clear, focused commit message
- Run
npm run type-checkandnpm run lint:checkbefore submitting - Open a pull request with a description of what the change does and why
Code of Conduct
This project follows the Contributor Covenant Code of Conduct. Please be respectful in all interactions.
License
MIT — Copyright Er Amit Gupta