matai-pro
v0.2.4
Published
[![Travis (.com)](https://img.shields.io/travis/matai-tech/matai-pro.svg?style=popout-square)](https://travis-ci.org/matai-tech/matai-pro.svg?branch=master) [![GitHub](https://img.shields.io/github/license/matai-tech/matai-pro.svg?style=popout-square)](ht
Downloads
7
Readme
MataiPro
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