modernWebDevGenerator icon indicating copy to clipboard operation
modernWebDevGenerator copied to clipboard

Improve user experience - project generation speed

Open dsebastien opened this issue 10 years ago • 1 comments

Currently, generating a project takes a lot of time because of the large number of dependencies to pull down.

How to limit this?

Some ideas:

  • reorganize the build and how it is installed
  • use npm link assuming a correct version of the build is globally installed (could be part of a pre-req/initial check during project generation)

dsebastien avatar Oct 27 '15 23:10 dsebastien

Another idea: bundle all dependencies

dsebastien avatar Apr 04 '16 21:04 dsebastien