vue-tel-input
International Telephone Input with Vue
File Explorer
Download Latest Version (.zip)- deploy.yml
- FUNDING.yml
- settings.json
- FormInput.vue
- Home.vue
- PageProps.vue
- index.js
- Layout.vue
- util.js
- config.ts
- getting-started.md
- installation.md
- legacy.md
- credits.md
- typescript-support.md
- v2.md
- v3.md
- favicon-16x16.png
- favicon-32x32.png
- hero.png
- custom-form-of-vue-form-generator.md
- events.md
- props.md
- slots.md
- index.md
- all-countries.ts
- component.css
- sprite.css
- vue-tel-input.test.ts
- vue-tel-input.vue
- click-outside.js
- index.d.ts
- index.js
- phone-parser.ts
- utils.ts
- .browserslistrc
- .editorconfig
- .eslintrc.cjs
- .gitignore
- env.d.ts
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/iamstevendao/vue-tel-input
Downloads the entire project code from GitHub to your computer.
cd vue-tel-input
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install vue-tel-input
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
