vue-currency-input
Easy input of currency formatted numbers for Vue.js.
File Explorer
Download Latest Version (.zip)- bug-report.yml
- config.yml
- ci.yml
- docs.yml
- release.yml
- FUNDING.yml
- Checkbox.vue
- CurrencyInput.vue
- Demo.vue
- Dialog.vue
- OptionSection.vue
- Switch.vue
- index.ts
- style.css
- config.js
- favicon.png
- api.md
- components.d.ts
- config.md
- examples.md
- guide.md
- index.md
- playground.md
- vite.config.ts
- vue-currency-input.gif
- windicss.config.ts
- favicon.ico
- index.html
- CurrencyInput.vue
- VCurrencyField.vue
- vuetify.js
- App.vue
- main.js
- .gitignore
- babel.config.js
- package.json
- README.md
- vue.config.js
- yarn.lock
- api.ts
- currencyFormat.ts
- currencyInput.ts
- index.ts
- inputMask.ts
- useCurrencyInput.ts
- utils.ts
- currencyFormat.spec.ts.snap
- currencyFormat.spec.ts
- currencyInput.spec.ts
- inputMask.spec.ts
- useCurrencyInput.spec.ts
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierrc
- .release-please-manifest.json
- CHANGELOG.md
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- release-please-config.json
- rollup.config.js
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/dm4t2/vue-currency-input
Downloads the entire project code from GitHub to your computer.
cd vue-currency-input
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
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.
// repository documentation
Was this content helpful?
(0 ratings)
