itenium-be / Vue.js-Tutorial

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

Repository from Github https://github.comitenium-be/Vue.js-TutorialRepository from Github https://github.comitenium-be/Vue.js-Tutorial

Vue.js Technical Session

Prerequisites (optional)

Node 16.10.0

01-HelloWorld

Used the example from Vue Mastery.

Start

npx http-server

cli-socks

Converted 01-HelloWorld to a with Vue CLI Vite generated "full blown" application (Routing, Store, SCSS, TypeScript, ...)

Installation

cd cli-socks
npm install
npm run dev

ATTN: Some Webstorm attendees needed to do an additional npm install node-sass. As always with npm, read the error messages :)

Start

The idea is for the attendees to "claim" a ticket (by replying to it) and create a PR once ready.

npm run serve

Not Covered

02-Snippets

Some code examples on slots, mixins, directives, filters, ...

Vue CLI -> Vite

Scaffold projects in Vue, React, ...

npm create vite@latest

VitePress: static website generator

About

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

License:MIT License


Languages

Language:HTML 37.6%Language:Vue 26.5%Language:JavaScript 20.3%Language:TypeScript 11.4%Language:CSS 4.3%