Code Monkey home page Code Monkey logo

vue.js-tutorial's Introduction

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

vue.js-tutorial's People

Contributors

laoujin avatar yentlitenium avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kkj930

vue.js-tutorial's Issues

4A Add a product price

Also display it... Nicely formatted.

Could use a filter (=Angular Pipe). See example in 02-Snippets/06-Filters.html.
Or could use computed property?

Technical Issues

  • Installation: node-sass issue with Webstorm?
  • Improve readme (only list commands that need to be run to get started)
  • <product ...> zet elk attribuut op aparte lijn voor minder merge conflicts
  • de cart is gedefinieerd als een array van string[] maar is nu het volledige product obj (wijzig naar id?)
  • maak een model voor Product voor type safety
  • Angular.jpg vs angular.jpg filename vs brandname
  • Exercises.md 5E en 5F staan op dezelfde lijn
  • Exercise 5A is pretty much already done in store.ts (in comment)
  • Generate the issues from a json file?
  • run linter on all files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.