Skip to content

dangeezz/axios-error-handler-vite

 
 

Repository files navigation

Error Handler

Introduction

This is an Example project skeleton for global error handler using axios and vue and typescript and lot more. Used in my article on dev.to!

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

Maintainer

@mperon

About

Error Handler sample for dev.to article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.4%
  • HTML 24.2%
  • JavaScript 22.1%
  • Vue 3.4%
  • Sass 0.9%