|
|
|
|
|
by tropshop
2925 days ago
|
|
React ecosystem heavily encourages the use of build tools dependent on NPM package management. Vue users are more likely to bypass NPM. They are often on-boarded with the gentler approach most familiar to those who "sprinkle in some jQuery" - Drop in a <script> tag and you are ready to rock. This approach is more likely to use a local file or from CDN. |
|