Node

<= 12.18.3, >= 14.x.x

install

npm install --no-save

Scripts

start

  • Run to start development
npm start

dist:prod

  • Command to build development materials in delivery format
npm run dist:prod
  • Start up a local development server, monitor files under src, and build.
  • The min file cannot be output when the JavaScript is watched. So to separate the build configurations

Location of the file to create

  • We will add the materials necessary for production under src.

Use tech