2.0.0-27315799.5a920b5 • Published 2 years ago

@docus/twitter-edge v2.0.0-27315799.5a920b5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Docus Twitter Module

Twitter static embed for Docus.

Quick Setup

  1. Add @docus/twitter dependency to your project:
# Using Yarn
yarn add --dev @docus/twitter
# Using NPM
npm install --save-dev @docus/twitter
  1. Add @docus/twitter to the buildModules section of your nuxt.config.js
{
  buildModules: [
    '@docus/twitter'
  ]
}

Usage

Use <Tweet> component where you want

:tweet{id="1314628331841761289"}

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev