UNPKG

@kddy/vue-scrollactive

Version:

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.

8 lines (6 loc) 201 B
const TARGET = process.env.TARGET; if (TARGET === 'production') { module.exports = require('./.webpack/webpack.config.prod'); } else { module.exports = require('./.webpack/webpack.config.dev'); }