All Projects → baidu → Noahv

baidu / Noahv

Licence: apache-2.0
An efficient front-end application framework based on vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Noahv

Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+102.87%)
Mutual labels:  devops, monitor, dashboard
Adminset
自动化运维平台:CMDB、CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 2,985 (+403.37%)
Mutual labels:  devops, monitor
Apisix Dashboard
Dashboard for Apache APISIX
Stars: ✭ 268 (-54.81%)
Mutual labels:  devops, dashboard
Memeye
👀 The eye of memory. A lightweight memory monitor and dashboard for Node.js application on development.
Stars: ✭ 332 (-44.01%)
Mutual labels:  monitor, dashboard
Framework
ThinkPHP Framework
Stars: ✭ 2,399 (+304.55%)
Mutual labels:  framework, template
Goview
Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
Stars: ✭ 213 (-64.08%)
Mutual labels:  framework, template
Baize
白泽自动化运维系统:配置管理、网络探测、资产管理、业务管理、CMDB、CD、DevOps、作业编排、任务编排等功能,未来将添加监控、报警、日志分析、大数据分析等部分内容
Stars: ✭ 296 (-50.08%)
Mutual labels:  devops, monitor
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-87.52%)
Mutual labels:  framework, dashboard
Hygieia
CapitalOne DevOps Dashboard
Stars: ✭ 3,682 (+520.91%)
Mutual labels:  devops, dashboard
Shards Dashboard Vue
A free Vue admin dashboard template pack featuring a modern design system and lots of custom templates and components.
Stars: ✭ 363 (-38.79%)
Mutual labels:  template, dashboard
Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
Stars: ✭ 389 (-34.4%)
Mutual labels:  template, dashboard
Amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
Stars: ✭ 2,345 (+295.45%)
Mutual labels:  framework, efficient
Bodywork Core
Deploy machine learning projects developed in Python, to Kubernetes. Accelerated MLOps 🚀
Stars: ✭ 145 (-75.55%)
Mutual labels:  framework, devops
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-56.83%)
Mutual labels:  devops, dashboard
Gin Template
golang template for gin framework!
Stars: ✭ 106 (-82.12%)
Mutual labels:  framework, template
Django Jet
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Stars: ✭ 3,207 (+440.81%)
Mutual labels:  template, dashboard
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+3826.81%)
Mutual labels:  framework, dashboard
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-88.2%)
Mutual labels:  framework, template
Fizzygum
a new web framework, an entire platform really, designed from the ground up to handle complex things easily. Put the power of an entire Operating System at your fingertips.
Stars: ✭ 70 (-88.2%)
Mutual labels:  framework, dashboard
Gitlab Monitor
A web-based monitor dashboard for GitLab CI
Stars: ✭ 343 (-42.16%)
Mutual labels:  monitor, dashboard

NoahV

简体中文 | English

build license open issues commit

NoahV是一个基于vue开发的前端应用框架,主要适用于常见的后台管理系统,文档地址:https://baidu.github.io/NoahV, 如访问速度较慢,可尝试访问如下地址:https://noahv.gitee.io/

特性:

  • 上手简单,提供常用的各类组件,快速开始前端开发
  • 导航栏、页面布局JSON配置,无需代码逻辑开发
  • API数据模拟和API数据代理,让前后端不再耦合,联调更简单,效率更高
  • 数据仪表盘功能,满足常见的数据可视化需求,助力数据分析场景
  • 内置模版,只需简单配置就可以开发出想要的页面,非前端同学也能快速上手开发
  • 实用的脚手架功能,项目初始化、模板复用、模拟数据创建、调试server启动、框架升级一行命令通通搞定

快速开始

NoahV框架依赖Nodejs 6.0,在执行如下步骤之前,请确保已经安装 Node.js v6.0 或以上。

1.安装脚手架工具

# 安装noahv-cli
$ npm install noahv-cli -g

# 查看使用帮助
$ noahv --help

2.初始化一个项目

# 创建一个空目录,进入目录中,运行noahv init 命令创建一个通用项目
$ mkdir project && cd project && noahv init

# 运行noahv init --dashboard 命令创建一个包含仪表盘功能的项目
$ mkdir project && cd project && noahv init --dashboard

3.运行项目

# 在项目根目录启动调试server
$ noahv start 

4.复用模板

# 在项目根目录复用模板创建页面
$ noahv create 

# 根据提示选择需要创建的页面类型,目前支持form、list、filterList、chart四种模板类型

详细信息请查看 模板使用

更多关于框架的使用请查看 NoahV开发指南

讨论

微信群 GitHub issues
issues

参与共建

欢迎大家一起参与NoahV的共建,详情请参考贡献指南.

License

Apache License 2.0

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].