1.3.3 • Published 9 months ago

@mahaljs/store v1.3.3

Weekly downloads
-
License
APACHE 2.0
Repository
github
Last release
9 months ago

OSNFT npm version TEST

mahal-store

Store module for mahal framework

Install

npm i @mahaljs/store

Setup

import { Mahal } from "mahal";
import Main from "@/components/main.mahal";
import MahalStore from "@mahaljs/store";
import store from "@/store";

export const app = new Mahal(Main, '#app');

// add mahal store as plugin
app.extend.plugin(MahalStore, store);

app.create();

Docs

https://mahaljs.com/docs/store/

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago