Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 409 Bytes

vue-hoc-example

Example of usage Higher order components in vue.js

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn start

# run unit tests
yarn test
# or
yarn test:watch

For a detailed explanation on how things work, check out the guide and docs for vue-loader.