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

22
nx.json
View File

@@ -1,34 +1,22 @@
{
"implicitDependencies": {
"angular.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"package.json": { "dependencies": "*", "devDependencies": "*" },
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
"nx.json": "*"
},
"affected": {
"defaultBase": "master"
},
"affected": { "defaultBase": "master" },
"npmScope": "dafa-web-monorepo",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
}
},
"projects": {
"dafa-web": {
"tags": []
},
"dafa-web-e2e": {
"tags": [],
"implicitDependencies": ["dafa-web"]
}
"dafa-web": { "tags": [] },
"dafa-web-e2e": { "tags": [], "implicitDependencies": ["dafa-web"] }
}
}