javascript 是否有任何模块可以像 Nodejs 中的 django admin 一样工作?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18734825/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-27 13:00:40  来源:igfitidea点击:

Are there any module that works like django admin in Nodejs?

javascripthtmlnode.jssocketsevent-driven

提问by Dick Van Ocampo

I am search an admin panel like django's, why nodejs not have one? could you giveme links o a feedback of the benficts that use this kinds of admins. Is necesary by nodejs??

我正在搜索像 django 这样的管理面板,为什么 nodejs 没有?你能给我链接 oa 使用这种管理员的 benficts 的反馈。nodejs有必要吗??

回答by simo

Express Adminis very similar to how the Django admin looks.

Express Admin与 Django 管理员的外观非常相似。

It's really a light weight solution and it's definitely not a framework but at least you can easily create an admin panel for your database.

它确实是一个轻量级的解决方案,它绝对不是一个框架,但至少您可以轻松地为您的数据库创建一个管理面板。

回答by perseus

Keystone JSis a framework that creates an admin UI. So you can manage there the content and users. It is built on Express. Maybe it is what you need...

Keystone JS是一个创建管理 UI 的框架。所以你可以在那里管理内容和用户。它建立在 Express 之上。也许这就是你需要的......

回答by Jamie Counsell

I was looking into this again today and came across Strapiwhich looks quite promising. I'm going to play around with it, and am also looking forward to their 3.0 release which is planned for this year.

我今天再次研究这个并遇到了看起来很有希望的Strapi。我将尝试使用它,并且也期待着他们计划在今年发布的 3.0 版本。

It's a shame there isn't a more solid solution. I constantly find myself wishing I was building a Django application because the admin panel makes development and administration so much easier. The problem is that with all frameworks, Django is not a good solution for some applications. With that, the search continues for a flexible, robust admin panel for Node. Perhaps Strapi is what I've been waiting for.

很遗憾没有更可靠的解决方案。我经常发现自己希望我正在构建一个 Django 应用程序,因为管理面板使开发和管理变得更加容易。问题在于,对于所有框架,Django 都不是某些应用程序的好解决方案。有了这个,继续为 Node.js 寻找一个灵活、强大的管理面板。也许 Strapi 是我一直在等待的。

回答by wojtekk

There is a thing called admin-bro (right now in beta). https://github.com/SoftwareBrothers/admin-bro

有一种叫做 admin-bro 的东西(现在是测试版)。https://github.com/SoftwareBrothers/admin-bro

It supports mongoose and sequelizejs ORMs

它支持 mongoose 和 sequelizejs ORM

example app here: https://admin-bro-example-app.herokuapp.com/admin

这里的示例应用程序:https: //admin-bro-example-app.herokuapp.com/admin