Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BakuJun/rax-scripts

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • HTML 6.0%
  • TypeScript 0.1%