/NoahV

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

Primary LanguageVueApache License 2.0Apache-2.0

NoahV

English | 简体中文

license open issues commit

A front-end application framework based on vue, easy to handle, suitable for teams lacking front-end engineers,support the monitoring、operation、data analysis and common background management system.

Feture

  • 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 reuse,improving the efficiency of development.
  • Provide dashboard function,support data analysis scene.
  • Useful Command line tools,project init,mockup,devserver start,update and so on.

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

Quick Start

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

1.install command line tools

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

# look for help
$   noahv --help

2.Init a project

# Creat a empty folder & run init
$   mkdir project && cd project && noahv init

3.Run peoject

# In the project root directory run start
$   noahv start 

4.reuse template

# In the project root directory run create
$   noahv create

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

Document

License

Apache License 2.0