SEW | Linting and Debugging vue.js
As a vue developer I can inspect details of a vue application in the webbrowser.
- Vue Components and its details can be inspected in the browser.
As a vue developer I can debug through vue applications in my IDE.
- It is possible to step through a vue program.
- Breakpoints can be set and data inspected.
As a vue developer I can lint my vue application.
- A linter is enabled and can be used.