-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Feature request
What problem does this feature solve?
Accelerate npm run docs:build
for a fairly large documentation site. For example, I hope building the documentation site for VueCLI (link) takes no more than one second or two on my MacBook Pro.
What does the proposed API look like?
npm run docs:build -j
or npm run docs:build -j8
, where the -j
option specifies the number of concurrent jobs (like GNU Make).
How should this be implemented in your opinion?
I think it's best to be left to you experts.
Are you willing to work on this yourself?**
Sorry I'm not that familiar with node.js..
Metadata
Metadata
Assignees
Labels
No labels