ZKEACMS is a visual design, online edit content management system
纸壳CMS是一个可视化设计,在线编辑的内容管理系统,使用它可以快速创建一个美观、性能优异的响应式网站。
页面基本思想
http://www.zkea.net/zkeacms/createpage
Try it on our demo site, the demo site is Enterprise Edition:
在我们的测试站点进行体验,测试站是企业版:
多租户演示 / Multi-tenant demo
Change the culture code to en-US
to use english in appsettings.json
通过修改appsettings.json
来将语言切换为英文:
"Culture": {
"Code": "en-US"
}
Use Publish.cmd / Publish.sh
to release the project or use the command line below:
使用 Publish.cmd / Publish.sh
,或者使用下列命令进行发布:
dotnet tool install -g ZKEACMS.Publisher
./src/ZKEACMS.WebHost/publish-zkeacms
./src/ZKEACMS.WebHost/publish-zkeacms -r win-x64
docker run -d -p 5000:80 zkeasoft/zkeacms
- .Net Core SDK 2.1
- Microsoft Sql Server 2008+ / MySql 8.0+ / SQLite 3
- Microsoft Visual Studio 2017 15.3+ / Visual Studio Code
ZKEACMS is featuring a modern responsive design that automatically adapts to different screen sizes and devices. From the PC, laptop, TV, tablet to the phone page will automatically adapt to adapt.
纸壳CMS采用了现代的响应式设计,可以自动适配不同大小的屏幕和设备。从PC,笔记本,电视,平板到手机页面都会自动响应适应。
Layout is used to make a page of the zone, the user can drag the "row", "column" to design layout. The layout uses the Bootstrap3 Grid system.
布局,用于对页面做区域划分,用户使用拖拉“行”,“列”的方式进行布局的设计。布局采用的是Bootstrap3的Grid系统。
A widget is a HTML Components
. Add different widget to build your page. Multiple widgets can be added to the same zone, and can be sorted by drag and drop.
组件,就是于丰富网站内容的小部件。你可以添加各式各样的组件来满足你网站的需求。同一组件区域可以添加多个组件并且可以对其进行拖拉排序。
Using LESS to create a theme, by modifying the variables, you can easily create a theme.
纸壳CMS的主题使用了LESS,通过修改变量,就可以轻松的创建主题。
http://www.zkea.net/zkeacms/videos
企业版演示 / Enterprise Edition
The following videos will help you know the Enterprise Edition:
下面这些演示视频有助于您了解企业版:
- https://v.vuevideo.net/share/post/5481323210292563522
- https://v.vuevideo.net/share/post/-639458500689997299
- https://v.vuevideo.net/share/post/7761412908248591201
- https://v.vuevideo.net/share/post/2774403749855987239
- https://v.vuevideo.net/share/post/779279774519648270
纸壳CMS群1(493586356)满 点击加群
纸壳CMS群2(869382969)点击加群
For commercial, keep your source code private/proprietary by purchasing a Commercial License/Enterprise Edition.
对于商业用途,请通过购买企业版/Enterprise来私有化你的源代码。