Added start of the documentation

This commit is contained in:
Erik Tiekstra
2021-04-06 07:34:04 +02:00
committed by Erik Tiekstra
parent cb5cb8b486
commit 5448643d8e
4 changed files with 1011 additions and 379 deletions

View File

@@ -11,8 +11,11 @@
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"start": "ng serve",
"start:dafa": "ng serve dafa-web",
"build": "ng build",
"build:dafa": "ng build dafa-web",
"test": "ng test",
"test:dafa": "ng test dafa-web",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
@@ -29,7 +32,10 @@
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
"help": "nx help",
"new-app": "nx g @nrwl/angular:app",
"new-lib": "nx g @nrwl/angular:lib",
"new-component": "nx g c"
},
"private": true,
"dependencies": {