-
Install ESLint VS Code plugin
-
Airbnb Style Guide for ESlint
(
export PKG=eslint-config-airbnb;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
-
Install Beautify for VS Code.
-
Install the following VS Code plugins
- Auto Complete Tag
- Auto Rename Tag
- AutoFileName
- file-icons
- npm intellisense
- html snippets
- open in browser
- vue
- Vue 2 Snippets
- vue-beautify
-
Postman for testing API