@amoebajs/zent-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.1588910665958 • Public • Published

basic-modules

@amoebajs/basic-modules

Install

yarn add @amoebajs/basic-modules

How to use

import { Factory } from "@amoebajs/builder";
import { CommonModule, LayoutModule, ZentModule } from "@amoebajs/basic-modules";

export class BuilderFactory extends Factory {
  protected initModules() {
    super.initModules();
    this.useModule(CommonModule);
    this.useModule(LayoutModule);
    this.useModule(ZentModule);
  }
}

then use this new factory to generate your code.

How to develop

  1. clone repo https://github.com/amoebajs/builder in same directory with this repo
  2. run cd builder && yarn watch or cd builder && yarn build
  3. run cd ../basic-modules
  4. now you can use yarn build:only to generayor source code with basic modules

Readme

Keywords

none

Package Sidebar

Install

npm i @amoebajs/zent-ui

Weekly Downloads

2

Version

0.0.1-alpha.1588910665958

License

AGPL-3.0-only

Unpacked Size

167 kB

Total Files

102

Last publish

Collaborators

  • bigmogician
  • wjw99830