Do I need node.js to use Angularjs?

前端 未结 7 817

I would like to use angular.js for my Image Editing Tool in my website. Do I need node.js also?

I don\'t understand the scenario. If I don\

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-07 14:54

    node.js is used to write Javascript on the server side. angular.js is a client side framework.

    You don't need node.js to use angular.js but, you can install npm (node package manager) to use some awesome tools that will make your life as an angular developer much easier. For example: yoeman which is a great scaffolding tool. There are many other tools available on npm here is a link to their site Learn more about angular at the official angular website or at the angular youtube channel

提交回复
热议问题