linningmii / rax-scripts

Rax Scripts Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rax-scripts npm

Rax official engineering tool.

rax-scripts is based on webpack, supports various scenarios through the plugin system, and provides flexible webpack configuration capabilities based on webpack-chain. Users can realize engineering requirements by combining various plugins.

Quick start

1. Install

$ npm install rax-scripts --save-dev

2. Configuration build.json

rax-scripts Itself will not perform any operations, but according plugins configured in build.json to execute engineering commands, for example, an ordinary webapp project configuration is as follows

{
  "plugins": [
    ["rax-plugin-app", { "targets": ["web"]}]
  ]
}

About

Rax Scripts Packages

License:MIT License


Languages

Language:JavaScript 93.4%Language:HTML 6.5%Language:TypeScript 0.1%