iyasu7 / journal-app-with-vue-and-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript with Vue.js 3 Course

Typescript with Vue.js 3 Course Image

TypeScript is a super set of the JavaScript language that introduces static typing. In recent years, it's taken the JavaScript community by storm due to it's ability to create more maintainable and scalable code. In this course, we'll learn about:

  • the benefits of using TypeScript with Vue
  • how to setup a TypeScript and Vue project
  • how to setup VS Code to work with TypeScript and Vue
  • how to type all things Vue related such as
    • Typing reactive data
    • Typing props
    • Typing events
    • Typing templates refs
    • Plus much more!

As we go through the course, we'll build a working journal application together. This will give you the hands on experience and the know-how of working with TypeScript in a real Vue project, providing a more comprehensive understanding than one off examples and counter components.

Check it out today!

How to Install

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About


Languages

Language:Vue 52.0%Language:TypeScript 22.9%Language:CSS 14.7%Language:JavaScript 6.5%Language:HTML 3.9%