Skip to content

Latest commit

History

History
27 lines (19 loc) 路 340 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) 路 340 Bytes

Contributing

Clone the repo and install dependencies

git clone https://github.com/JosephusPaye/vue-resize-detector.git
cd vue-resize-detector
yarn install

Compile and hot-reloads for development

yarn serve

Compile and minify for production

yarn build

Lint and fix files

yarn lint