Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oze4/vue-jquery-timepicker
Use jQuery / jQueryUI / jQuery Timepicker in Vue.js
https://github.com/oze4/vue-jquery-timepicker
Last synced: about 2 months ago
JSON representation
Use jQuery / jQueryUI / jQuery Timepicker in Vue.js
- Host: GitHub
- URL: https://github.com/oze4/vue-jquery-timepicker
- Owner: oze4
- Created: 2019-04-19T22:23:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:01:43.000Z (about 2 years ago)
- Last Synced: 2023-03-03T22:23:45.786Z (almost 2 years ago)
- Language: Vue
- Homepage: https://vue-jquery-timepicker.ostrike.com/
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [vue-jquery-timepicker demo](https://vue-jquery-timepicker.ostrike.com/)
This was built to help with a Stack Overflow question:
https://stackoverflow.com/questions/55764192/using-jquery-ui-and-time-picker-with-vue
## ***NOTE: IF YOU WANT TO USE `vue serve` TO START YOUR DEV SERVER:***- After forking or downloading this repo, you must run the following command before using `vue serve`!!!
- *`vue serve` **MUST BE RAN FROM** `~/vue-jQuery-timepicker/src`* directory, or else you will get an error!
- **Alternatively**, you can just run: *`npm run serve`* from root repo directory
- **Example path for windows:** *C:\Path\To\vue-jQuery-timepicker\\**src***
- **Example path for mac/linux:** *~/Path/To/vue-jQuery-timepicker/**src***
- **Change directory:** *cd src**this command allows you to use the vue-cli-service from terminal*
## Insall @vue/cli-service-global [using the following command](https://github.com/oze4/vue-jQuery-timepicker/blob/aac55f19028d3f8eceaed1db6ce7fd45e6ee20f2/package.json#L9):
```
npm run preinstall
```
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).