All Projects → QingdaoU → Onlinejudgefe

QingdaoU / Onlinejudgefe

Licence: other
A multiple pages app built for OnlineJudge

Projects that are alternatives of or similar to Onlinejudgefe

Form Create
🔥🔥🔥 强大的动态表单生成器|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.
Stars: ✭ 3,698 (+2013.14%)
Mutual labels:  iview, element-ui
Vue.netcore
.NetCore+Vue2/Vue3+Element plus,前后端分离,不一样的快速开发框架;提供Vue2、Vue3版本,。http://www.volcore.xyz/
Stars: ✭ 2,338 (+1236%)
Mutual labels:  iview, element-ui
Fontend
使用Node、Vue、ElementUI、iViewUI,验证码等等搭建一个综合性网站(含后台管理系统)
Stars: ✭ 97 (-44.57%)
Mutual labels:  iview, element-ui
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (-60%)
Mutual labels:  iview, element-ui
Vue Form Builder
Build powerful vue form with JSON schema and composition api.
Stars: ✭ 325 (+85.71%)
Mutual labels:  iview, element-ui
Dbblog
基于SpringBoot2.x+Vue2.x+ElementUI+Iview+Elasticsearch+RabbitMQ+Redis+Shiro的多模块前后端分离的博客项目
Stars: ✭ 1,045 (+497.14%)
Mutual labels:  iview, element-ui
Ibiu
Build Vue Spa Faster 🍏 🍔 🍜
Stars: ✭ 144 (-17.71%)
Mutual labels:  iview, element-ui
Vue Admin Manager
整合 vue,element,echarts,video,bootstrap(AdminLTE),admin等,搭建的后台管理系统
Stars: ✭ 153 (-12.57%)
Mutual labels:  element-ui
El Tree Select
基于element-ui2.x扩展下拉树
Stars: ✭ 159 (-9.14%)
Mutual labels:  element-ui
Hexo Theme Lite
Keep Calm, Light and Writing. Light Hexo Theme.
Stars: ✭ 148 (-15.43%)
Mutual labels:  element-ui
Gradex
An online tool to generate gradients background from given image so you can preview and download it.
Stars: ✭ 145 (-17.14%)
Mutual labels:  element-ui
Webadmin
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。
Stars: ✭ 153 (-12.57%)
Mutual labels:  element-ui
El Form Renderer
🎩A data-driven dynamic and complex form solution
Stars: ✭ 163 (-6.86%)
Mutual labels:  element-ui
Simpleui
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
Stars: ✭ 2,418 (+1281.71%)
Mutual labels:  element-ui
Vue Tree
vue element-ui tree component expand
Stars: ✭ 172 (-1.71%)
Mutual labels:  element-ui
Lb Element Table
基于element-ui table二次封装表格组件
Stars: ✭ 158 (-9.71%)
Mutual labels:  element-ui
Ruoyi
基于开源项目RuoYi-Vue,扩展开发添加新业务功能。基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 174 (-0.57%)
Mutual labels:  element-ui
Vuedraggable
公司有个项目需要用到拖拽,无奈百度了一番,却发现并没有类似拖拽图表的插件,那就只有自己撸起袖子干了。
Stars: ✭ 148 (-15.43%)
Mutual labels:  iview
Yuqing Monitor Electron
Electron+Node+Socket.io+Vue+ElementUI+Highcharts开发的PC端舆情监控客户端,支持windows、mac、Linux多平台
Stars: ✭ 157 (-10.29%)
Mutual labels:  element-ui
Vue Element Ui Scaffold Webpack4
vue下基于webpack4构建的多页面、多环境方案脚手架项目(使用了element-ui,可替换为其他)
Stars: ✭ 171 (-2.29%)
Mutual labels:  element-ui

OnlineJudge Front End

vue vuex echarts iview element-ui Build Status

A multiple pages app built for OnlineJudge. Demo

Features

  • Webpack3 multiple pages with bundle size optimization
  • Easy use simditor & Nice codemirror editor
  • Amazing charting and visualization(echarts)
  • User-friendly operation
  • Quite beautiful:)

Get Started

Install nodejs v8.12.0 first.

Linux

npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
export NODE_ENV=development 
npm run build:dll

# the dev-server will set proxy table to your backend
export TARGET=http://Your-backend

# serve with hot reload at localhost:8080
npm run dev

Windows

npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
set NODE_ENV=development 
npm run build:dll

# the dev-server will set proxy table to your backend
set TARGET=http://Your-backend

# serve with hot reload at localhost:8080
npm run dev

Screenshots

Check here.

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].