Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.4 KB

Contribution

Please feel free to fork and help developing.

# 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.

BREAKING CHANGES

  • Start from ^0.2.0, we develop Demo pages with Yarn, Pug, and Stylus
  • 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

Libraries.io dependency status for GitHub repo GitHub code size in bytes GitHub Release Date npm