Apostrophe

Apostrophe是一个用于Node.js的CMS框架,它支持上下文编辑,模式驱动的内容类型,灵活的小部件等等。(Apostrophe is a CMS framework for Node.js that supports in-context editing, schema-driven content types, flexible widgets, and much more. )

Github星跟踪图

Apostrophe是一个用于Node.js的CMS框架,它支持上下文编辑,模式驱动的内容类型,灵活的小部件等等。

Apostrophe强调易用性,上下文编辑,易于开发,性能和优点在于前端和后端使用单一编程语言:JavaScript。

您现在可以使用Apostrophe开始构建网站。

$npm install apostrophe-cli -g $apostrophe create <project-name>

使用入门教程在十五分钟内开始运行。

概览

名称与所有者apostrophecms/apostrophe
主编程语言JavaScript
编程语言JavaScript (语言数: 6)
平台Linux, Mac, Windows
许可证MIT License
发布数992
最新版本名称4.2.3 (发布于 )
第一版名称0.1.1 (发布于 )
创建于2013-02-08 20:04:02
推送于2024-05-10 14:48:13
最后一次提交
星数4.3k
关注者数125
派生数584
提交数11.8k
已启用问题?
问题数1487
打开的问题数110
拉请求数2617
打开的拉请求数6
关闭的拉请求数205
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

ApostropheCMS is a content management system (CMS) for Node.js. It supports in-context editing, schema-driven content types, flexible widgets and a great deal more. This module contains everything necessary to build a website with ApostropheCMS.

Please see the ApostropheCMS documentation for detailed information about building sites with ApostropheCMS.

TravisCI Status

Chat on Discord

Getting Started

The ApostropheCMS documentation will walk you through some simple steps to get your local environment set up with the technology stack that runs ApostropheCMS (Node.js, MongoDB, ImageMagick) along with installing ApostropheCMS itself.

Then create a new project on your computer and work on building your beautiful website.

The ApostropheCMS documentation will walk you through editing page templates, global content, creating custom widgets and navigation, along with configuring reusable "pieces" and global settings. Plus, a whole lot more!

Taking it Further

Our documentation also covers advanced topics such as managing permissions, working with ApostropheCMS data, building forms, and hosting an ApostropheCMS site in production.

Moreover, there's tons of great info in the "How To" section of the docs, and it's always growing!

Extending the Core with Modules

ApostropheCMS is Node.js all the way through, which means it can be extended in all sorts of interesting ways. Here's a list of some of our favorite modules:

Additional Resources

We've got some great open-source tools and how-to articles that can help you out deploying, managing and maintaining ApostropheCMS sites.

Community

Report bugs and submit pull requests via github.

Ask how-to questions via StackOverflow. Be sure to tag them apostrophe-cms.

Stay up to date with announcements on our forum.

Chat with the community on our Discord server.

License

ApostropheCMS is released under the MIT License.

去到顶部