Skip to content

zhibinyu/ZKEACMS.Core

 
 

Repository files navigation

ZKEACMS Build With Asp.Net Core 2.1

Docker

docker run -d -p 5000:80 zkeasoft/zkeacms

发布 / Publish

使用 Publish.cmd / Publish.sh,或者安装发布程序后手动发布

dotnet tool install -g ZKEACMS.Publisher
./src/ZKEACMS.WebHost/publish-zkeacms

包含运行时发布 / Publish width runtime

./src/ZKEACMS.WebHost/publish-zkeacms -r win-x64

演示 / Demo Site

http://demo.zkea.net

简介 / Summary

ZKEACMS For .Net Core

纸壳CMS 是基于 ZKEACMS 的 Asp.Net Core 版本。

架设环境 / Runtime

  • .Net Core 2.1
  • Microsoft Sql Serverl 2008+
  • MySql 5.6+
  • SQLite 3

开发工具 / IDE

  • Microsoft Visual Studio 2017 15.3+
  • Visual Studio Code
  • Microsoft Sql Server 2008+

部署环境 / Deploy

  • Windows Client:7,8.1,10(1607+)
  • Windows Server:2008 R2 SP1+
  • macOS 10.12+
  • RHEL:6+
  • Fedora:26+
  • Ubuntu:14.04+
  • Debian:8+
  • SLES:12+
  • openSUSE:42.3+
  • Alpine:3.7+

基本思想 / Basic idea

http://www.zkea.net/zkeacms/createpage

设计页面 / Desing Page

简单演示

添加内容 / Add Content

简单演示

移动友好 / Responsive Design

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,笔记本,电视,平板到手机页面都会自动响应适应。

布局设计 / Design Layout

布局设计

Layout, used to make a page of the region, the user drag the "line", "column" way to layout design. Layout of the division, the use of rows, columns divided way, can be nested.

A layout inside, you can add any line, each line using 12 equally divided raster, can be divided into up to 12 columns. After the division is completed, to add "widget area" in the column, we can add widgets in the column.

布局,用于对页面做区域划分,用户使用拖拉“行”,“列”的方式进行布局的设计。布局的划分,采用行,列的方式进行划分,可嵌套。

一个布局里面,可以添加任意行,每一行使用12等分进行栅格,最多可划分为12列。行列划分完成以后,要在列中加入“组件区域”,才可以在该列中加入组件。

页面概览 / Overview Page

概览设计

The overview page is a thumbnail display of the page. In this page, users can see the layout of the page and the widgets in the page directly.

In the overview page, users can add widgets to any area. You can sort widgets in any area or drag them to another area for display.

概览页面,是页面的缩略显示。在这个页面里面,用户可以直接看到页面的布局,和页面中的组件。

在概览页面中,用户可以添加组件到任意区域。可以对任意区域内的组件进行排序或者拖放到别的区域显示。

预览设计 / Preview Page

预览设计

The preview page is the real display of the page. In this page, users can see the real situation of the page, and the real situation of the widgets in the page.

In the preview page, users can add widgets to any area. You can sort widgets in any area or drag them to another area for display.

预览页面,是页面的真实显示。在这个页面里面,用户可以直接看到页面的真实情况,和页面中组件的真实情况。

在预览页面中,用户可以添加组件到任意区域。可以对任意区域内的组件进行排序或者拖放到别的区域显示。

组件 / Widgets

选择组件

After you have added widget areas to your layout, these areas are available for adding widgets, and different widgets have different capabilities.

Widgets that is to enrich the site content widget. You can add a wide range of widgets to meet the needs of your site. Multiple widgets can be added to the same widget area and can be dragged and dropped.

在布局中添加了组件区域后,这些区域就可用于添加组件,不同的组件拥有不同的功能。

组件,就是于丰富网站内容的小插件。你可以添加各式各样的组件来满足你网站的需求。同一组件区域可以添加多个组件并且可以对其进行拖拉排序。

显示模板 / Template

Template widget can be more easily extended. Directly replace the display template can achieve the effect you want.

纸壳CMS的模板组件可以更方便的进行扩展。直接更换显示模板就可以达到您想要的效果。

显示模板

主题 / Theme

Using LESS to create a theme, by modifying the variables, you can easily create a theme.

纸壳CMS的主题使用了LESS,通过修改变量,就可以轻松的创建主题。

主题

视频演示

http://www.zkea.net/zkeacms/videos

官方网站

ZKEASOFT

关注微信(ZKEASOFT)

关注微信

QQ群(493586356)

QQ群493586356

License

许可协议

About

ZKEACMS for .Net Core (.Net Core CMS)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 43.2%
  • JavaScript 29.7%
  • CSS 24.1%
  • PowerShell 1.5%
  • Batchfile 0.8%
  • HTML 0.7%