@adarchitecture/boot
v0.25.14
Published
adarchitecture Scaffold to run react application.
Downloads
34
Maintainers
Readme
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:
prestart
executes gulp to compile the filestart
start
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