CalcExpress: README=============================Please read this file carefully (especially the INSTALLATIONchapter) before installing the program to your computer.Contents-------- Program information Company information Descr iption Specification I
盖茨比极简启动器
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定最小的启动器。
# create a new Gatsby site using the minimal starter
npm init gatsby
开始开发。
导航到新站点的目录并启动。
cd my-gatsby-site/
npm run develop
打开代码并开始定制!
您的站点现在在!
编辑src/pages/index.js以实时查看您的网站
Ctg
该项目是使用生成的。
:magnifying_glass_tilted_right: Nx是用于Monorepos的一组可扩展开发工具。
快速入门和文档
向您的工作区添加功能
Nx支持许多插件,这些插件添加了用于开发不同类型的应用程序和不同工具的功能。
这些功能包括生成应用程序,库等以及用于测试和构建项目的devtool。
以下是一些可以添加到工作区的插件:
ng add nrwl/angular
ng add nrwl/react
Web(无框架前端) ng add nr