How to set up windows to develop your first website with Nuxt.js

preview_player
Показать описание
Hey, thanks for watching our first video! The sound was a little quiet, expect subtitles soon.
If you want to learn more don't forget to subscribe!
We are going to be doing a start-up series for new coders, as well as to show you how we code.

The steps I went through:
0:00 Enable Developer mode on windows

0:21 Enable Linux feature in windows

-Restart

0:55 Download ubuntu bash from the windows marketplace

-Open open bash and follow the steps to create a login

-Restart

-Download windows terminal windows marketplace

-Open windows terminal

-Open the Linux tab

1:47 run these commands
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install curl wget git build-essential libssl-dev

-Exit terminal

-Use node version manager to install node, you can either run
nvm install node or nvm install --lts

-You'll then have to change the directory to where you want your app be, for me “cd Projects”

-create-nuxt-app adams-app
-Javascript
-NPM
-Vuetify
-Axios and PWA
-Eslint
-None
-SSR/ SSG
-Static
-git

5:38 Run app your new app
-cd into the new folder, cd adams-app
npm run dev
-Open up your web browser and type “localhost:3000”

Our Website:

Instagram:

Facebook:
Рекомендации по теме
visit shbcf.ru