Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Last active January 9, 2018 19:47
Show Gist options
  • Select an option

  • Save ramsaylanier/2bd21456d42465c1d8fbc146ffa74edd to your computer and use it in GitHub Desktop.

Select an option

Save ramsaylanier/2bd21456d42465c1d8fbc146ffa74edd to your computer and use it in GitHub Desktop.
// app.js
...
// Import these from an NPM package that I created.
import {WordExpressShortcodes, WordExpressHelpers} from 'wordexpress-tools'
import WordExpressPlugin from '@/core/plugin'
Vue.use(WordExpressPlugin, {
shortcodes: WordExpressShortcodes,
helpers: WordExpressHelpers
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment