matai-pro
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i matai-pro

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

4.18 MB

Total Files

24

Last publish

Collaborators

  • wenqi73
  • matai-tech
  • jinwend