Code Monkey home page Code Monkey logo

guides's Introduction

plover开发文档

简介

Plover(千鸟)是一个专注于 模块化方式构建web应用 的NodeJs MVC web框架。不同于其它web框架,它提供完整的应用和模块化模型可以让复杂的业务功能可以方便地抽象成多个模块的方式进行独立开发,让应用可以像搭积目的方式拼装模块而成。
Plover基于koa构建,它可以很方便地独立部署或者集成到其他koa的应用一起部署。
Plover专注于 模块化 ,为 快速构建web应用 提供最佳方案

关于文档

此文档会随着Plover的开发和发展持续维护,是使用Plover开发应用的重要参考。
它主要分成两部分:文档和示例。
如果某一节有相关示例,会在相应的文档页面标明,可以直接点击相应链接查看,也可以直接checkout运行查看效果。
所有示例都是可运行的,如没有特别说明,可以使用以下方式运行。

$ git clone [email protected]:ploverjs/examples.git
$ cd examples
$ npm install
$ npm start

正常启动后,可以访问http://127.0.0.1:4000访问示例。

前提

首先你需要了解NodeJs七天学会NodeJs是一份不错的入门书籍。
由于Plover基于Koa搭建,因此需要对它有个基本的了解。你需要知道什么是中间件,以及熟悉常见的API,至少能够使用它搭建HelloWorld应用。
此外必须熟悉ES6中的生成器 或 ES7中的async/await,因为在正式的开发中我们会经常使用到它。可以参考阮一峰的Generator来学习。

开始使用

示例

参考

guides's People

Contributors

bencode avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.