Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

faga295/mafs-vue

Repository files navigation

Mafs-vue

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");

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

Contributors

AltStyle によって変換されたページ (->オリジナル) /