Ajout de l'installation vuejs
This commit is contained in:
11
README.md
11
README.md
@@ -15,3 +15,14 @@ wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/
|
||||
chmod +x install-docker.sh
|
||||
./install-docker.sh
|
||||
```
|
||||
|
||||
Si vous voulez procéder à l'installation de site web vuejs
|
||||
```
|
||||
source ~/.bashrc
|
||||
# Installer la dernière version de Node.js avec nvm
|
||||
nvm install node
|
||||
nvm use node
|
||||
wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/install-vuejs.sh
|
||||
chmod +x install-vuejs.sh
|
||||
./install-vuejs.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user