Skip to content

itenium-be/Vue.js-Tutorial

Repository files navigation

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