0.25.14 • Published 4 years ago

@adarchitecture/boot v0.25.14

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Development (@adarchitecture/boot)

Installation dependencies

npm install

The installed dependencies include webpack, babel, react and other necessary dependencies for @adarchitecture/boot, which can be viewed in package.json.

Running configuration and configuration item description

Run

npm start

The following commands of package.json will be automatically called when running:

  1. prestart executes gulp to compile the file
  2. start start

The startup is divided into the following stages:

  1. Environmental variable processing
  2. Entry file processing: including route collection and route template file generation
  3. Forwarding processing of components exposed by the Master
  4. Get the webpack configuration to start

Post

npm publish