![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/frontend/node_modules/vue2-timepicker/ |
# 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    