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:
- Remove the existing
node_modules
folder and theyarn.lock
in this repository's root directory. - Next, remove the
node_modules
folder and theyarn.lock
in the /demo directory as well. - Go back to the repository's root, run
yarn install
, andyarn dev:init
again.