vue2-timepicker
Version:
A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
40 lines (26 loc) • 1.43 kB
Markdown
# Contribution
Please feel free to fork and help developing.
```bash
# Install dependencies
yarn install
# Init development dependencies
yarn dev:init
# Start developing. Serve with hot reload at localhost:8080
yarn dev
```
For detailed explanation on how things work, checkout the [Vue Cli Guide](https://cli.vuejs.org/guide/).
**BREAKING CHANGES**
- Start from `^0.2.0`, we develop Demo pages with [**Yarn**](
https://yarnpkg.com/), [**Pug**](https://pugjs.org/), and [**Stylus**](http://stylus-lang.com/)
- Upgraded to **@vue/cli v4** from `^1.1.1`.
**NOTE**
If you have trouble running `yarn dev` after the _^1.1.1_ upgrade, please try the following process:
1. Remove the existing `node_modules` folder and the `yarn.lock` in this repository's **root** directory.
2. Next, remove the `node_modules` folder and the `yarn.lock` in the **/demo** directory as well.
3. Go back to the repository's root, run `yarn install`, and `yarn dev:init` again.
---
### Watchdogs



