Giter Site home page Giter Site logo

inspiration1 / asteroid Goto Github PK

View Code? Open in Web Editor NEW
138.0 5.0 51.0 256 KB

A more comprehensive management system developed on the basis of iview-admin.

License: MIT License

JavaScript 16.75% HTML 0.10% CSS 47.99% Vue 31.91% Less 3.26%
vuejs iview2 comprehensive-management

asteroid's Introduction

asteroid

A more comprehensive management system developed on the basis of iview-admin.

这是一个基于iview-admin2.0开发的管理系统,修复了ivew-admin中的一些bug,修改了一下框架结构,并向其中加入了我自己的工具库,目前新增了日历组件、tinymce富文本编辑器组件、二维码示例、g2图表示例、聊天室示例,更多功能持续更新中。。。

Introduction

点击查看项目文档https://inspiration1.github.io/asteroid-doc/#/home

登录

https://raw.githubusercontent.com/Inspiration1/markdown-photos/master/asteroid/login.png

提供两个可供登录的账号,super_admin和admin,任意密码即可登录,两个账号权限不同,可访问的路由不同,super_admin拥有最高权限,而admin不可访问设置了权限拦截的路由。

首页

https://raw.githubusercontent.com/Inspiration1/markdown-photos/master/asteroid/homepage.png

登录之后进入到首页,显示问候语,根据一天中的时间点不同显示不同的问候语,导航栏变更为伸缩式导航。

新增组件

tinymce富文本编辑器

fullcalendar日历

新增功能

二维码名片

聊天室

G2图表

Getting started

# clone the project
git clone https://github.com/Inspiration1/asteroid.git

// install dependencies
npm install

// develop
npm run dev

Build

npm run build

asteroid's People

Contributors

inspiration1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

asteroid's Issues

handleDateClick点击后没有添加日程

handleDateClick (arg) {
if (confirm('Would you like to add an event to ' + arg.dateStr + ' ?')) {
this.calendarEvents.push({ // add new event data
title: 'New Event',
start: arg.date,
allDay: arg.allDay
})
}
},
点击确定后怎么没有添加日程,

skin路径问题

配置里skin_url: '/tinymce/skins/ui/oxide', 这样的路径,如果编译以后是会有问题的,不知道这个要怎么解决啊

请教组件中日历相关问题

你好,如何在日历组件中监听点击下一页,上一页事件,因为我需要拿到当前时间段,去获取后台数据,进行展示。

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.