0

Is it possible to build SharePoint Framework Web Parts without using NodeJS, Yeoman, gulp?

1 Answer 1

2

The three components included in the Microsoft SPFx framework are npm (the package manager), Yeoman (the scaffolding tool), and Gulp (the build system). You could ostensibly do manually what each of these tools automates for you, but it would be quite difficult. I understand there is some support for alternatives coming (e.g. Yarn instead of Gulp).

1
  • I understand that it might be difficult, the question was whether it is possible at all. If it is possible, how can it be done? Can it be done by using AddOn or nugets for Visual Studio instead rely on the command line of NodeJs? Commented Jul 31, 2019 at 14:42

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.