hiring icon indicating copy to clipboard operation
hiring copied to clipboard

请问这个大作业可以引用外部依赖么?

Open boatlet opened this issue 4 years ago • 1 comments

我看到作业要求里面有这么一句话: 请不要在代码中包含任何依赖库文件或可执行文件,如 node_modules 文件夹。 这个意思是不能使用外部依赖 还是说提交的代码里面把node_modules 等文件夹忽略就好?

boatlet avatar Feb 23 '21 10:02 boatlet

指的是你所提交的代码中,不能包含任何依赖库文件或可执行文件,就比如 node_modules 文件夹不可以提交上去。

wencwcoder avatar Mar 04 '21 07:03 wencwcoder