justforuse / vue-mathjax-next

Vue3 + Mathjax plugin
https://vue-mathjax-next.vercel.app/
29 stars 2 forks source link
mathjax vue vue3

vue-mathjax-next

npm npm vue3

vue mathjax for vue3

Demo

If you use vue 2, please check vue-mathjax

How to use

npm i vue-mathjax-next

In your main.js:

import { createApp } from 'vue'
import VueMathjax from 'vue-mathjax-next';
import App from './App.vue'

const app = createApp(App)
app.use(VueMathjax)

app.mount('#app')

More options please check vue-mathjax, these have same options.