For Vue JS Javascript Development
- Install Node JS
- Install Vue CLI
- Install VS Code
- Install Chrome Extension Vue DevTools
Extensions are installed to VS Code, Workspace settings are set specifically for Vue projects.
You can install from their website, or install them from within VS Code
- Vetur - Vue JS AutoComplete and Emmet
- StandardJS - Linter
Workspace settings specific to a Vue JS Project. I prefer checking in the workspace settings.json for a shared development environment.
After you've created a new project, add these dev dependencies
npm i -D standard eslint-plugin-html