Browse Source

Update Yarn url.

Resolve #3000
pull/3036/head
maliming 6 years ago
parent
commit
6eae55d19c
  1. 2
      docs/cs/Getting-Started-Angular-Template.md
  2. 2
      docs/cs/Getting-Started-AspNetCore-MVC-Template.md
  3. 4
      docs/en/AspNetCore/Client-Side-Package-Management.md
  4. 2
      docs/en/Getting-Started-Angular-Template.md
  5. 2
      docs/en/Getting-Started-AspNetCore-MVC-Template.md
  6. 4
      docs/pt-BR/Getting-Started-Angular-Template.md
  7. 2
      docs/pt-BR/Getting-Started-AspNetCore-MVC-Template.md
  8. 4
      docs/zh-Hans/AspNetCore/Client-Side-Package-Management.md
  9. 2
      docs/zh-Hans/Getting-Started-AspNetCore-MVC-Template.md

2
docs/cs/Getting-Started-Angular-Template.md

@ -29,7 +29,7 @@ Vytvořené řešení vyžaduje;
* [Visual Studio 2019 (v16.4.0+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### Struktura řešení

2
docs/cs/Getting-Started-AspNetCore-MVC-Template.md

@ -29,7 +29,7 @@ Vytvořené řešení vyžaduje;
* [Visual Studio 2019 (v16.4.0+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### Struktura řešení

4
docs/en/AspNetCore/Client-Side-Package-Management.md

@ -5,7 +5,7 @@ ABP framework can work with any type of client side package management systems.
However, ABP framework works best with **NPM/Yarn**. By default, built-in modules are configured to work with NPM/Yarn.
Finally, we suggest the [**Yarn**](https://yarnpkg.com/) over the NPM since it's faster, stable and also compatible with the NPM.
Finally, we suggest the [**Yarn**](https://classic.yarnpkg.com/) over the NPM since it's faster, stable and also compatible with the NPM.
### @ABP NPM Packages
@ -41,7 +41,7 @@ After depending on a NPM package, all you should do is to run the **yarn** comma
yarn
````
Alternatively, you can use `npm install` but [Yarn](https://yarnpkg.com/) is suggested as mentioned before.
Alternatively, you can use `npm install` but [Yarn](https://classic.yarnpkg.com/) is suggested as mentioned before.
#### Package Contribution

2
docs/en/Getting-Started-Angular-Template.md

@ -29,7 +29,7 @@ The created solution requires;
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### The Solution Structure

2
docs/en/Getting-Started-AspNetCore-MVC-Template.md

@ -29,7 +29,7 @@ The created solution requires;
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### The Solution Structure

4
docs/pt-BR/Getting-Started-Angular-Template.md

@ -29,7 +29,7 @@ A solução criada requer;
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### A Estrutura da Solução
@ -103,7 +103,7 @@ A maioria das APIs de aplicativos requer autenticação e autorização. Se voc
#### Execute o aplicativo angular (lado do cliente)
Vá para a `angular`pasta, abra um terminal de linha de comando, digite o `yarn`comando (sugerimos ao gerenciador de pacotes do [yarn](https://yarnpkg.com/) enquanto o npm install também funcionará na maioria dos casos):
Vá para a `angular`pasta, abra um terminal de linha de comando, digite o `yarn`comando (sugerimos ao gerenciador de pacotes do [yarn](https://classic.yarnpkg.com/) enquanto o npm install também funcionará na maioria dos casos):
```bash
yarn

2
docs/pt-BR/Getting-Started-AspNetCore-MVC-Template.md

@ -29,7 +29,7 @@ A solução criada requer;
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### A Estrutura da Solução

4
docs/zh-Hans/AspNetCore/Client-Side-Package-Management.md

@ -5,7 +5,7 @@ ABP框架可以与任何类型的客户端包管理系统一起使用. 甚至你
但是, ABP框架最适用于**NPM/Yarn**. 默认情况下,内置模块配置为与NPM/Yarn一起使用.
最后, 我们建议[**Yarn**](https://yarnpkg.com/)而不是NPM,因为它更快,更稳定并且与NPM兼容.
最后, 我们建议[**Yarn**](https://classic.yarnpkg.com/)而不是NPM,因为它更快,更稳定并且与NPM兼容.
### @ABP NPM Packages
@ -41,7 +41,7 @@ ABP是一个模块化平台. 每个开发人员都可以创建模块, 模块应
yarn
````
虽然你可以使用`npm install`,但如前所述,建议使用[Yarn](https://yarnpkg.com/).
虽然你可以使用`npm install`,但如前所述,建议使用[Yarn](https://classic.yarnpkg.com/).
#### 贡献包

2
docs/zh-Hans/Getting-Started-AspNetCore-MVC-Template.md

@ -27,7 +27,7 @@ abp new Acme.BookStore
* [Visual Studio 2019 (v16.4+)](https://visualstudio.microsoft.com/vs/)
* [.NET Core 3.0+](https://www.microsoft.com/net/download/dotnet-core/)
* [Node v12+](https://nodejs.org)
* [Yarn v1.19+](https://yarnpkg.com/)
* [Yarn v1.19+](https://classic.yarnpkg.com/)
### 解决方案结构

Loading…
Cancel
Save