.
This commit is contained in:
parent
a93cd7e380
commit
508774459a
1 changed files with 8 additions and 14 deletions
22
dev.md
22
dev.md
|
@ -42,24 +42,24 @@ trizen -S gulp
|
|||
sudo npm i -g @angular/cli
|
||||
```
|
||||
|
||||
Et utiliser yarn à la place de npm (AngularCLI >= 6)
|
||||
Et utiliser `yarn` à la place de `npm` (AngularCLI >= 6)
|
||||
|
||||
```shell
|
||||
ng config -g cli.packageManager yarn
|
||||
```
|
||||
|
||||
#### GO
|
||||
|
||||
```shell
|
||||
trizen -S go
|
||||
```
|
||||
|
||||
#### Ionic
|
||||
#### Ionic & Cordova
|
||||
|
||||
```shell
|
||||
sudo npm i -g ionic cordova
|
||||
```
|
||||
|
||||
### GO
|
||||
|
||||
```shell
|
||||
trizen -S go
|
||||
```
|
||||
|
||||
### Lua
|
||||
|
||||
```shell
|
||||
|
@ -226,12 +226,6 @@ trizen -S notepadqq
|
|||
trizen -S pycharm-community-edition
|
||||
```
|
||||
|
||||
### Sublime-text
|
||||
|
||||
```shell
|
||||
trizen -S subline-text
|
||||
```
|
||||
|
||||
### Visual Studio Code
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue