@100tal-seg/seg-react 中文文档教程

发布于 5年前 浏览 23 更新于 3年前

seg-react

用于 React 开发的 cli 工具。 文档

Install

$ npm install seg-react -g

$ sr --help

Cli

推荐

$ mkdir ice-project
$ cd ice-project

$ sr init project # also support component/block
$ sr dev
$ sr build
$ sr add block

Methods

不推荐

init({ scaffold })

init project by scaffold:

const { init } = require('seg-react');

await init({
  template: '@icedesign/lite-scaffold',
  // Default: process.cwd()
  projectDir: ''
  // component/block/project, Default: project
  type: ''
});

build({ customWebpackConfig, cliOptions })

build project:

const { build } = require('seg-react');

await build({
  customWebpackConfig: {},
  // ref to bin/ice-build.js
  cliOptions: {}
});

seg-react

A cli tool for React Development. Docs.

Install

$ npm install seg-react -g

$ sr --help

Cli

Recommended

$ mkdir ice-project
$ cd ice-project

$ sr init project # also support component/block
$ sr dev
$ sr build
$ sr add block

Methods

Not recommended

init({ scaffold })

init project by scaffold:

const { init } = require('seg-react');

await init({
  template: '@icedesign/lite-scaffold',
  // Default: process.cwd()
  projectDir: ''
  // component/block/project, Default: project
  type: ''
});

build({ customWebpackConfig, cliOptions })

build project:

const { build } = require('seg-react');

await build({
  customWebpackConfig: {},
  // ref to bin/ice-build.js
  cliOptions: {}
});
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文