Skip to content

faga295/mafs-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Vue component for interactive math, vue implement of mafs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published