@adarchitecture/boot

adarchitecture Scaffold to run react application.

Usage no npm install needed!

<script type="module">
  import adarchitectureBoot from 'https://cdn.skypack.dev/@adarchitecture/boot';
</script>

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:

  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