mix.core
v2.0.0-alpha.1 is now released!
Mixcore CMS Back-office 构建在期待已久的 Bootstrap 5 之上。这使得启动新项目变得非常简单。如果您已经在开发 Bootstrap 5 项目,它也会带来好处。
(Angular / Svelte 中的新门户即将推出)
| 链接 | |
|---|---|
| 雄鹿/演示 | https://demo.mixcore.org https://dev.mixcore.org https://v2.dev.mixcore.org https://mochahost.demo.mixcore.org/portal(管理员/P@ssw0rd) |
| 昂首阔步 (v2) | https://v2.dev.mixcore.org/api/v2/mixcore/swagger/index.html |
| 开发文档 | https://docs.mixcore.org / https://mixcore.dev |
| 社区 | https://community.mixcore.org |
| YouTube | https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw |
| 叽叽喳喳 | https://twitter.com/mixcore_cms |
| 中等的 | https://medium.com/mixcore |
参考:如何使用 Azure Docker Composer 安装 Mixcore CMS
docker pull ghcr.io/mixcore/mix.core:master
docker run -it --rm -p 5000:80 --name mixcore_cms mixcore/mix.core:latestdocker-compose build
docker-compose upmkdir mixcore
cd mixcore
git clone https://github.com/mixcore/mix.core.git选修的:
可选步骤,因为这些包是 Nuget 库
git clone https://github.com/mixcore/mix.heart.git
git clone https://github.com/mixcore/mix.identity.gitREM 确保您已经阅读并下载了 Dotnet Core SDK https://dotnet.microsoft.com/download
cd mix.core/src/Mix.Cms.Web
dotnet restore
dotnet build
dotnet run此步骤是可选的,仅在您想要修改门户前端代码时才需要
cd mix.core/src/portal-app
npm install
npm install --global gulp-cli
gulp build注意:如果您遇到任何 System.Data.SqlClient.SqlException 错误,请将“appsettings.json”文件中的所有内容替换为“{}”。
该项目是使用以下方式开发的:
Mixcore CMS 已获得MIT许可
| 权限 | 局限性 | 状况 |
|---|---|---|
| 商业用途 | 责任 | ℹ 许可和版权声明 |
| 修改 | 保修单 | |
| 分配 | ||
| 私人使用 | ||
将此存储库分叉到您的 GitHub 帐户,将其克隆到本地并尝试遵循以下简单准则。