第一步:安装NodeJS

第二步:安装grunt

参考博客:安装grunt

第三步:下载UEditor

下载地址:下载UEditor

第四步:在UEditor根目录运行npm安装命令npm install

UEditor打包
安装的依赖关系在当地node_modules文件夹:
UEditor打包

第五步:在UEditor根目录运行打包命令grunt

想要打包成编码是utf8,后台语言是jsp版本,可执行命令:

$ grunt --encode=utf8 --server=jsp
UEditor打包

最终结果

UEditor打包

相关文章:

  • 2021-06-23
  • 2021-12-25
  • 2021-06-20
  • 2021-09-22
  • 2021-04-13
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案