A theme for Typography.js inspired by Vue document style.
Use npm:
npm install --save typography typography-theme-vueOr, use yarn:
yarn add typography typography-theme-vueimport Typography from "typography";
import vueTheme from "typography-theme-vue";
const typography = new Typography(vueTheme);