# NoahV **Repository Path**: charlessong/NoahV ## Basic Information - **Project Name**: NoahV - **Description**: NoahV是一个致力于解决中后台前端效率问题的前端框架,立足于运维和监控的应用场景,使用当前前端最新的技术栈并结合团队在项目开发中的最佳实践从而推出的前端开发框架 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/NoahV - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-08-31 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NoahV [简体中文](./README.md) | English build 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: [https://baidu.github.io/NoahV](https://baidu.github.io/NoahV) ## 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 ```shell # Install noahv-cli $ npm install noahv-cli -g # Look for help $ noahv --help ``` 2.Init project ```shell # Create an empty folder & run init $ mkdir project && cd project && noahv init ``` 3.Run project ```shell # Run noahv start in the project root directory $ noahv start ``` 4.Reuse template ```shell # Run noahv create in the project root directory $ noahv create # Choose page type According to the hint,support form,list,filterlist,chart at present ``` ## Contribution Please make sure to read the [Contributing Guide](./CONTRIBUTING.md) before making a pull request. ## Document * [Quickstart](https://baidu.github.io/NoahV/#/guide/quickstart) * [Dashboard](https://baidu.github.io/NoahV/#/doc/view/guide) ## License Apache License 2.0