Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).