fix(misc): minor format changes in readmes
This commit is contained in:
parent
0111d87575
commit
1e593a2b07
@ -17,7 +17,7 @@
|
|||||||
? Default stylesheet format CSS
|
? Default stylesheet format CSS
|
||||||
```
|
```
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
@ -29,7 +29,7 @@ You can also use `ng` instead of `nx:
|
|||||||
- Run `ng test myapp` to test it.
|
- Run `ng test myapp` to test it.
|
||||||
- Run `ng e2e myapp-e2e` to run e2e tests for it.
|
- Run `ng e2e myapp-e2e` to run e2e tests for it.
|
||||||
|
|
||||||
## Adding Angular Plugin Into an Existing Workspace
|
### Adding Angular Plugin Into an Existing Workspace
|
||||||
|
|
||||||
You can always add the Angular plugin to an existing workspace by installing `@nrwl/angular` and then generating an Angular application, as follows: `ng g @nrwl/angular:app myapp`.
|
You can always add the Angular plugin to an existing workspace by installing `@nrwl/angular` and then generating an Angular application, as follows: `ng g @nrwl/angular:app myapp`.
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,7 @@ You can also select `empty` and add `@nrwl/express` plugin using yarn or npm, an
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
|
|||||||
@ -21,7 +21,7 @@ You can also select `empty` and add `@nrwl/nest` plugin using yarn or npm, and t
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
|
|||||||
@ -21,7 +21,7 @@ You can also select `empty` and add `@nrwl/next` plugin using yarn or npm, and t
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
|
|||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
- Run `nx e2e myapp-e2e` to run e2e tests for it.
|
- Run `nx e2e myapp-e2e` to run e2e tests for it.
|
||||||
|
|
||||||
## Adding React Plugin Into an Existing Workspace
|
### Adding React Plugin Into an Existing Workspace
|
||||||
|
|
||||||
You can always add the React plugin to an existing workspace by installing `@nrwl/react` and then generating an React application, as follows: `nx g @nrwl/react:app myapp`.
|
You can always add the React plugin to an existing workspace by installing `@nrwl/react` and then generating an React application, as follows: `nx g @nrwl/react:app myapp`.
|
||||||
|
|
||||||
|
|||||||
@ -18,13 +18,13 @@ Application name myapp ? Default stylesheet format CSS
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
- Run `nx e2e myapp-e2e` to run e2e tests for it.
|
- Run `nx e2e myapp-e2e` to run e2e tests for it.
|
||||||
|
|
||||||
## Adding Web Plugin Into an Existing Workspace
|
### Adding Web Plugin Into an Existing Workspace
|
||||||
|
|
||||||
You can always add the web plugin to an existing workspace by installing `@nrwl/web` and then generating a web components application, as follows: `nx g @nrwl/web:app myapp`.
|
You can always add the web plugin to an existing workspace by installing `@nrwl/web` and then generating a web components application, as follows: `nx g @nrwl/web:app myapp`.
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<p align="center"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-react.png" width="600"></p>
|
<p align="center"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600"></p>
|
||||||
|
|
||||||
{{links}}
|
{{links}}
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm.
|
||||||
|
|
||||||
## Serving Application
|
### Serving Application
|
||||||
|
|
||||||
- Run `nx serve myapp` to serve the newly generated application!
|
- Run `nx serve myapp` to serve the newly generated application!
|
||||||
- Run `nx test myapp` to test it.
|
- Run `nx test myapp` to test it.
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
- [Nx Repo](https://github.com/nrwl/nx)
|
- [Nx Repo](https://github.com/nrwl/nx)
|
||||||
- [Nx Documentation and Guides](https://nx.dev)
|
- [Nx Documentation and Guides](https://nx.dev)
|
||||||
|
|
||||||
## Courses
|
### Courses
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user