0.2.4 • Published 5 years ago

matai-pro v0.2.4

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

MataiPro

Travis (.com) GitHub npm

Dev environment is from ng-zorro-antd

Quick start

$ npm install three -S
$ npm install matai-pro -S
// app.module.ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { MataiProModule } from 'matai-pro';

import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    MataiProModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Demo

Development

$ git clone https://github.com/matai-tech/matai-pro.git
$ cd matai-pro
$ npm install
$ npm run start

Publish

$ npm config set scope mta-tech
$ npm run release
# after CI passed
$ npm run generate
$ cd publish && npm publish
0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago