Added start of the documentation
This commit is contained in:
committed by
Erik Tiekstra
parent
cb5cb8b486
commit
5448643d8e
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user