Skip to content

mubaidr/vuejs-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js Extension Pack

This extension pack adds features and language support for Vue.js, Nuxt, and TypeScript development with modern tooling including Tailwind CSS support.

Extensions Included in this pack

Vue & Nuxt Core

Snippets & Productivity

Build & Testing

  • Vitest - Run and debug Vitest test cases

Code Quality

  • Oxc - Oxlint and Oxfmt editor integration - ultra-fast linter and formatter for JavaScript/TypeScript
  • Prettier - Code formatter - VS Code plugin for prettier/prettier
  • Error Lens - Improve highlighting of errors, warnings and other language diagnostics
  • Code Spell Checker - Spelling checker for source code

Tailwind CSS

Developer Experience

Recommended Settings

For the best experience, consider adding these settings to your workspace:

{
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.codeActionsOnSave": {
    "source.fixAll.oxc": "explicit"
  },
  "tailwindCSS.includeLanguages": {
    "vue": "html"
  }
}

Credits

All credits goes to original authors of the above mentioned extensions.

Happy Coding!

Releases

No releases published

Packages

 
 
 

Contributors