{"id":28379116,"url":"https://github.com/yujinpan/ng-ueditor","last_synced_at":"2026-05-12T23:36:08.654Z","repository":{"id":99956852,"uuid":"120289267","full_name":"yujinpan/ng-ueditor","owner":"yujinpan","description":"AngularJS + ES6 + UEditor + Webpack3","archived":false,"fork":false,"pushed_at":"2018-02-13T03:58:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T04:35:07.689Z","etag":null,"topics":["angularjs-component","angularjs-es6-ueditor","ueditor","webpack3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yujinpan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-05T10:23:48.000Z","updated_at":"2018-04-08T12:43:57.000Z","dependencies_parsed_at":"2023-05-11T06:45:23.916Z","dependency_job_id":null,"html_url":"https://github.com/yujinpan/ng-ueditor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yujinpan/ng-ueditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujinpan%2Fng-ueditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujinpan%2Fng-ueditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujinpan%2Fng-ueditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujinpan%2Fng-ueditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yujinpan","download_url":"https://codeload.github.com/yujinpan/ng-ueditor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujinpan%2Fng-ueditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs-component","angularjs-es6-ueditor","ueditor","webpack3"],"created_at":"2025-05-30T02:07:55.968Z","updated_at":"2026-05-12T23:36:08.650Z","avatar_url":"https://github.com/yujinpan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[TOC]\n\n# AngularJS + ES6 + UEditor\n\n - **搭建webpack+angular+es6基本开发结构**\n - **将UEditor封装为angular的directive**\n\n# Get Started\n\n - 配置项目\n\n ```\n # 克隆\n git clone git@gitlab.com:yujinpan/ng-ueditor.git\n\n # 安装所需npm包\n cnpm install\n\n # 全局安装webpack\n cnpm install -g webpack\n ```\n\n - 配置`UEditor`资源：[UEditor-1.4.3.3下载地址](https://codeload.github.com/fex-team/ueditor/zip/v1.4.3.3)与[UEditor官网](http://ueditor.baidu.com/website/index.html)。\n\n```\n# 解压UEditor-1.4.3.3源码包\ncd ueditor-1.4.3.3\n\n# 安装所需npm包\ncnpm install\n\n# 全局安装grunt\ncnpm install -g grunt\n\n# 编译ueditor，生成打包文件\ngrunt\n```\n\n\u003e 将编译后的UEditor-1.4.3.3项目下的`/dist/utf8-php`文件夹放到本项目的`/dist/lib`目录（需要创建）下，更改`utf8-php`文件夹名为`ueditor`，最终目录路经如下：\n\n```\napp\ndist\n├─lib\n│  └─ueditor\n│     ├─dialogs\n│     ├─lang\n│     ├─php\n│     ├─themes\n│     ├─third-party\n│     ...\n.gitignore\npackage.json\nREADME.md\nwebpack.config.js\n```\n\n \n - 运行测试案例\n\n```\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujinpan%2Fng-ueditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyujinpan%2Fng-ueditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujinpan%2Fng-ueditor/lists"}