harlan-zw / nuxt-webpack-optimisations

Make your Nuxt.js webpack builds faster ⚡
269 stars 8 forks source link

chore: added npm instructions #19

Closed kn0wn closed 3 years ago

kn0wn commented 3 years ago

For lazy people like myself

harlan-zw commented 3 years ago

Woo laziness ftw! Thank you @kn0wn

The yarn install isn't a dev dependency while the npm is. This is an issue I may resolve in a separate commit. The lines between which one you're meant to use are kind of blurred in modern apps.

Dev dependencies may be more applicable as I feel build related packages belong nicely in there.