脚手架是一种元编程
建立数据库的方法
software applications. It is a
technique supported by some
模型-视图-控制器框架,在
程序员可以编写一个
规范,描述如何
应用程序数据库
编译器使用此规范来
generate code that the application can
用于创建、读取、更新和删除
数据库条目,有效地处理
作为“脚手架”的模板
构建一个更强大的应用程序。
为此,我们提供了一个生成器生态系统
plugin that can be run with the yo command to scaffold complete
项目或有用的部分。
通过我们的官方生成器,我们推广“约曼工作流程”。
This workflow is a robust and opinionated client-side stack,
包括可以帮助开发人员快速构建的工具和框架
美丽的网络应用程序。我们负责提供一切
needed to get started without any of the normal headaches associated
用手动装置。
With a modular architecture that can scale out of the box, we leverage
the success and lessons learned from several open-source communities
以确保开发人员使用的堆栈尽可能智能化。
It can be (and is today) used to describe many things - from abstracting DB layers, to web apps folder structures, and to generating and managing project dependencies .