Coder Social home page Coder Social logo

dystudio / iemanagesystem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iceemblem/iemanagesystem

0.0 1.0 0.0 65.32 MB

使用 Asp.net core + React 写的 可视化编辑,所见即所得 的 CMS

License: MIT License

C# 42.41% HTML 0.16% JavaScript 46.36% CSS 2.90% TypeScript 8.17%

iemanagesystem's Introduction

IEManageSystem

项目介绍:

鼠标点击生成页面

IEManageSystem 是一个CMS管理系统,使用单页模式,通过鼠标点击生成页面
与国内的一些CMS不同,想开发其CMS,需要学习其标志语法,这会增加开发人员的负担,而对于不会编程的人员,也无法自定义自己的页面
而开发IE组件,你只需要了解IE组件的设计和React即可


源码与功能

分支 dev1.0_c 为个人开发分支,最新代码会先提交到该分支
以集成个人中心,授权管理,CMS管理 等功能
前端源码目录:\src\IEManageSystem.Web\ClientApp


项目演示地址

没钱买服务器,有点慢
http://www.iceemblem.cn/
账号:admini
密码:123456


项目截图如下:

image
image

技术使用:

冰纹后台管理系统 领域驱动设计实践,前后端分离,JwtBearer认证
前端:
ReactJs,redux,TypeScript,Css3,BootStrap4,ES6语法,ant
后端:
asp.net core,abp框架,ORM框架Ef


数据库:

程序包管理器控制台运行如下命令:

默认项目选择:IEManageSystem.EntityFramewordCore
执行:Add-Migration Init
执行:Update-Database


前端的组件开发

一个简单的组件代码:

import React from 'react'
import BaseComponentObject from '../BaseStaticComponent';
import ComponentDescribe, {componentType} from '../ComponentDescribe'

// 组件对象
class ComponentObject extends BaseComponentObject {
    // 组件
    Component(props) {
        return <div>我的第一个组件</div>;
    }
    // 预览框显示的内容
    Preview() {
        return <p>我的组件:)</p>;
    }
}

// 生成一个组件描述
let componentDescribe = new ComponentDescribe(
    "MyComponent",              // 组件的名称
    new ComponentObject(),      // 组件对象实例
    componentType.other);       // 组件的分类
// 导出组件描述
export default componentDescribe;


加入项目:

项目目前由我一人开发,好累呀 >_<||

如果想加入的话,都可以联系我邮箱:
[email protected]


iemanagesystem's People

Contributors

iceemblem avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.