Socket
Book a DemoInstallSign in
Socket

@amoebajs/zent-ui

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amoebajs/zent-ui

@amoebajs/basic-modules

latest
Source
npmnpm
Version
0.0.1-alpha.1588910665958
Version published
Maintainers
2
Created
Source

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

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

FAQs

Package last updated on 08 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts