Skip to content

Instantly share code, notes, and snippets.

@justin-lyon
Last active August 28, 2018 18:37
Show Gist options
  • Save justin-lyon/8f035824f3fb9c25259da56e4045e6e6 to your computer and use it in GitHub Desktop.
Save justin-lyon/8f035824f3fb9c25259da56e4045e6e6 to your computer and use it in GitHub Desktop.

Justin's Environment Setup

For Vue JS Javascript Development

Local Installs


VS Code Config

Extensions are installed to VS Code, Workspace settings are set specifically for Vue projects.

Extensions

You can install from their website, or install them from within VS Code

Workspace Settings

Workspace settings specific to a Vue JS Project. I prefer checking in the workspace settings.json for a shared development environment.


Project devDependencies

After you've created a new project, add these dev dependencies

npm i -D standard eslint-plugin-html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment