Make a vuejs application

First go to the project console and type npm create vue@latest

npm create vue@latest

This will create all necessary files for the vue project

in the root folder type in the terminal

# install all pluging
npm install

# run the dev environment
npm run dev

# build th eproject (default "dist" folder)
npm run build

Homeowork:

I made a basic vue app so you can practice Github pull/push/merge and branches. git pull and do changes on your local machine. add firebase and add docker support up and running!

Visit my Github and get straight to the starters code

Scroll to Top