quxianping / NoahV

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

Home Page:http://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, 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

About

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

http://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%