Course: Large Scale Apps with Vue, Vite and TypeScript (The Course)
$30.00
Minimum price
$50.00
Suggested price

Course Info

This course includes 2 attempts.

Build Large and Scalable Vue front-ends with a large organized code base that is easy to expand and maintain using technique like:

  • Using Vue 3 + Vite + TailwindCSS + JSONPlaceHolder and more
  • Development of UI components in isolation using an API client that can easily serve live data or mocked data
  • Centralized State Manager organized into domain/area modules
  • Internationalization and Localization for language translation and number/dates formatting according to a specific culture
  • TypeScript type-checking at development time to decrease run-time bugs or errors
  • Directory structure, file, and code naming conventions
  • Hooks and Compositional Patterns
  • Components Libraries
  • Unit tests for models and components
  • And more

Share

Categories

  • Computers and Programming
  • JavaScript
  • Vue.js
  • TypeScript
  • Web Development
  • React
  • Angular
  • ES6
  • Ember

Course Material

  • LARGE SCALE APPS WITH VUE, VITE, AND TYPESCRIPT
  • Preface
  • Prerequisites
  • Companion Code
  • Lesson 1 - Setting Up The Project
  • Create Project Wizard
  • Lesson 1 Recap
  • Artboard 3 Created with Sketch.
    Exercise 1
  • icon/quiz Created with Sketch.
    Quiz 11 attempt allowed
  • Lesson 2 - Your First Component
  • The Items List
  • ItemsList Component Requirements
  • ItemsList Component Code
  • App.vue
  • Lesson 2 Recap
  • Artboard 3 Created with Sketch.
    Exercise 2
  • icon/quiz Created with Sketch.
    Quiz 21 attempt allowed
  • Lesson 3 - Data Model Interfaces
  • Models Directory
  • Interface ItemInterface
  • ItemsList Component
  • App.vue
  • Lesson 3 Recap
  • Artboard 3 Created with Sketch.
    Exercise 3
  • icon/quiz Created with Sketch.
    Quiz 31 attempt allowed
  • Lesson 4 - Adding Events To the Items Component
  • ItemsList Component
  • Lesson 4 Recap
  • Artboard 3 Created with Sketch.
    Exercise 4
  • icon/quiz Created with Sketch.
    Quiz 41 attempt allowed
  • Lesson 5 - Intro to Unit Testing While Refactoring a Bit
  • ItemComponent
  • Add unit tests support to our project
  • ItemComponent Unit Tests
  • ItemsList component updates
  • Lesson 5 Recap
  • Artboard 3 Created with Sketch.
    Exercise 5
  • icon/quiz Created with Sketch.
    Quiz 51 attempt allowed
  • Lesson 6 - State Management
  • Store Architecture
  • Items.view.vue
  • App.vue
  • Web Browser
  • ItemsList.component.vue updates
  • Web Browser
  • Loader Component
  • Lesson 6 Recap
  • Artboard 3 Created with Sketch.
    Exercise 6
  • icon/quiz Created with Sketch.
    Quiz 61 attempt allowed
  • Lesson 7 - Api Client
  • API Client Overview
  • Domains
  • The Main ApiClient
  • Items domain Api Client
  • Mock and Live Api Clients
  • Environment Variables
  • Api Client Provider
  • Store Instance updates
  • Alternatives
  • Lesson 7 Recap
  • Artboard 3 Created with Sketch.
    Exercise 7
  • icon/quiz Created with Sketch.
    Quiz 71 attempt allowed
  • Lesson 8 - Enhance the Api Client
  • HttpClient Interfaces and Models
  • UrlUtils Unit Tests
  • HttpClient: Unit Tests
  • ItemsApiClientModel Update
  • Lesson 8 Recap
  • Artboard 3 Created with Sketch.
    Exercise 8
  • icon/quiz Created with Sketch.
    Quiz 81 attempt allowed
  • Lesson 9 - App Configuration
  • vite-env.d.ts updates (or env.d.ts)
  • .env files updates
  • Config Interface
  • Config files
  • tsconfig.json updates
  • Config files map
  • Config provider
  • Unit Tests
  • HttpClient code updates
  • Api Client code updates
  • Lesson 9 Recap
  • Artboard 3 Created with Sketch.
    Exercise 9
  • icon/quiz Created with Sketch.
    Quiz 91 attempt allowed
  • Lesson 10 - Localization and Internationalization - Language Localization
  • Plugins: i18next, vue-i18n
  • Config updates
  • Translation JSON data
  • API Client updates
  • Updates to ApiClient.interface.ts
  • Updates to ApiClient instances
  • i18n initialization and useLocalization hook
  • App.vue updates
  • Browser
  • Lesson 10 Recap
  • Artboard 3 Created with Sketch.
    Exercise 10
  • icon/quiz Created with Sketch.
    Quiz 101 attempt allowed
  • Lesson 11 - Localization and Internationalization - Number and DateTime Formatters
  • Directory localization/formatters
  • Lesson 11 Recap
  • Artboard 3 Created with Sketch.
    Exercise 11
  • icon/quiz Created with Sketch.
    Quiz 111 attempt allowed
  • Lesson 12 - Adding Tailwind CSS
  • Lesson 12 Recap
  • Artboard 3 Created with Sketch.
    Exercise 12
  • icon/quiz Created with Sketch.
    Quiz 121 attempt allowed
  • Lesson 13 - Intro to Primitives
  • Atomic Design and Similar Approaches
  • Conventions
  • General Strategies
  • Text Elements
  • Primitives View
  • Lesson 13 Recap
  • Artboard 3 Created with Sketch.
    Exercise 13
  • icon/quiz Created with Sketch.
    Quiz 131 attempt allowed
  • Lesson 14 - More Primitives
  • Button Elements
  • Primitives View - update
  • Toggle/Checkbox Elements
  • Primitives View - one more update
  • Lesson 14 Recap
  • Artboard 3 Created with Sketch.
    Exercise 14
  • icon/quiz Created with Sketch.
    Quiz 141 attempt allowed
  • Lesson 15 - A Primitive Modal
  • Icon: ElIconAlert
  • File ElModal.vue
  • File src/index.html
  • File useModalDialog.ts
  • Updates to Primitives.view.vue
  • Browser
  • Lesson 15 Recap
  • Artboard 3 Created with Sketch.
    Exercise 15
  • icon/quiz Created with Sketch.
    Quiz 151 attempt allowed
  • Lesson 16 - Higher-level components
  • Item Component - updates
  • ItemsList Component - updates
  • Summary
  • Lesson 16 Recap
  • Artboard 3 Created with Sketch.
    Exercise 16
  • icon/quiz Created with Sketch.
    Quiz 161 attempt allowed
  • Lesson 17 - Creating a Component Library
  • Create my-component-library
  • Lesson 17 Recap
  • Artboard 3 Created with Sketch.
    Exercise 17
  • icon/quiz Created with Sketch.
    Quiz 171 attempt allowed
  • Lesson 18 - Creating a JavaScript library
  • Create my-js-helpers
  • Lesson 18 Recap
  • Artboard 3 Created with Sketch.
    Exercise 18
  • icon/quiz Created with Sketch.
    Quiz 181 attempt allowed
  • Lesson 19 - Publish a library as a NPM package
  • Create an NPM user account
  • Create an Organization under your NPM profile
  • Update my-js-helpers package.json
  • Publishing the library
  • Consuming your NPM package
  • Lesson 19 Recap
  • Artboard 3 Created with Sketch.
    Exercise 19
  • icon/quiz Created with Sketch.
    Quiz 191 attempt allowed
  • Appendix
  • Naming Conventions
  • Resources

Instructors

    • Web Developer with 20 years of experience.

      Specialties: VueJS, Svelte, React, TypeScript, JavaScript, HTML, SCSS, Microfrontends, and more.

      Working as a freelance consultant, after 20 years of employment work. Hire my services to help your company get unstuck from the drawbacks of your current legacy frontend, and start moving forward at much higher speed and quality.

      Follow me on GitHub, Twitter, LinkedIn

      Personal website: www.damianofusco.com

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub