Joannamo / NoahV

An efficient front-end application framework based on vue.js

Home Page:https://www.noahv.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoahV

English | 简体中文

license open issues commit

A front-end application framework based on Vue, easy to handle, is suitable for teams lacking front-end engineers, it can be be used in the field of operation and maintenance monitoring, data analysis and common background management system, etc.

Feature

  • Easy to use, provide a variety of commonly used components, and quickly start front-end development.
  • Navigation bar, page layout support JSON configuration.
  • Templates can be easily reused to improve the efficiency of development.
  • Provide the operation and maintenance dashboard feature, especially for the monitoring data analysis
  • Provide the scaffold command line tool to init the project, mockup the API data, start the devserver, update the system and so on.

Document: http://www.noahv.org/

Quick Start

NoahV rely on Nodejs 6.0+, please check Node.js v6.0+ already installed on your system before run following commands.

1.Install command line tools

# Install noahv-cli
$ npm install noahv-cli -g

# Look for help
$ noahv --help

2.Init project

# Create an empty folder & run init
$ mkdir project && cd project && noahv init

3.Run project

# Run noahv start in the project root directory
$ noahv start 

4.Reuse template

# Run noahv create in the project root directory
$ noahv create

# Choose page type According to the hint,support form,list,filterlist,chart at present

Document

License

Apache License 2.0

About

An efficient front-end application framework based on vue.js

https://www.noahv.org

License:Apache License 2.0


Languages

Language:Vue 50.5%Language:JavaScript 36.4%Language:CSS 12.4%Language:AppleScript 0.3%Language:TypeScript 0.2%Language:Shell 0.1%Language:HTML 0.0%