0.1.3 • Published 1 year ago

mafsv v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Mafs-vue(WIP)

Vue Component for interactive math, reproduction of mafs

Install

# npm
npm install mafsv

# yarn
yarn add mafsv

# pnpm
pnpm install mafsv 

Usage

Global import

import all of Mafsv component as global component

import { createApp } from 'vue'
import Mafsv from 'mafsv'
import 'mafsv/dist/index.css'
import App from './App.vue'


const app = createApp(App)
app.use(Mafsv)
app.mount('#app')

Unplugin import(WIP)

use unplugin-auto-import to import components

f(x)

plot your first f(x) in your project

<Mafs>
    <CartesianCoordinates></CartesianCoordinates>
    <PlotOfx :y="Math.sin"></PlotOfx>
</Mafs>

npm.io

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago