https://github.com/ozum/vue-numerical-input
Numerical input components for vue.
https://github.com/ozum/vue-numerical-input
Last synced: about 2 months ago
JSON representation
Numerical input components for vue.
- Host: GitHub
- URL: https://github.com/ozum/vue-numerical-input
- Owner: ozum
- Created: 2020-03-30T14:34:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T01:08:54.000Z (7 months ago)
- Last Synced: 2025-02-09T18:24:55.208Z (3 months ago)
- Language: TypeScript
- Size: 420 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-numerical-input
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).