Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 820 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 820 Bytes

marketing-slider

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Other notes.

Currently this uses a local slider module forked from hooper https://github.com/andyphillips/hooper

I'm creating PRs back to the main branch so hopefully we can just

npm install hooper

in the future. If that does not come to pass then you'll need to git clone the fork of hooper, npm install/npm run build it and then

npm install /path/to/your/build/of/the/clone/hooper --save-dev

To make it all work