0.3.7 • Published 3 years ago

@bpnet/mate-ts v0.3.7

Weekly downloads
1
License
BSD
Repository
-
Last release
3 years ago

##Table of contents

##Installation Run npm install --save mate or npm i -S mate

##Quick start Import Application class definition into your main module file of the project - index.js for example.

import {Application} from "mate"

Create application instance:

const app = new Application({
    autoInit: true,
    logLevel: LogLevel.DEBUG,
    name: 'WoW Inside application'
});

That's all. At this point you already have an empty application object. To continue and add controllers, stores, models, resources, states and so on, please, read the guide on the official web site to learn Mate deeply.

0.3.6

3 years ago

0.3.7

3 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago