Skip to content

Vue.js tutorial. Claim an exercise by replying to the issue.

License

Notifications You must be signed in to change notification settings

itenium-be/Vue.js-Tutorial

 
 

Repository files navigation

Vue.js Basics

Installation

Running

Running 01-HelloWorld and 02-Snippets:

npx http-server

Vue.js CLI

Installation

npm install -g @vue/cli

vue --version
vue create cli-socks

Usage

cd cli-socks
npm install
npm run serve
npm run build

Tests:

npm run test:unit