Dev environment is from ng-zorro-antd
$ 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 { }
$ git clone https://github.com/matai-tech/matai-pro.git
$ cd matai-pro
$ npm install
$ npm run start
$ npm config set scope mta-tech
$ npm run release
# after CI passed
$ npm run generate
$ cd publish && npm publish