0.25.14 • Published 5 years ago
@adarchitecture/boot v0.25.14
Development (@adarchitecture/boot)
Installation dependencies
npm installThe 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 startThe following commands of package.json will be automatically called when running:
prestartexecutes gulp to compile the filestartstart
The startup is divided into the following stages:
- Environmental variable processing
- Entry file processing: including route collection and route template file generation
- Forwarding processing of components exposed by the Master
- Get the webpack configuration to start
Post
npm publish