Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (48 loc) · 4.25 KB

README.md

File metadata and controls

55 lines (48 loc) · 4.25 KB

3YOURMIND Frontend Recommended pack

This pack is geared towards frontend Vue project development.

Included Extensions

Installation

  • clone the pack's repository.
  • [optional] you can clear all preexisting vscode extensions by deleting all the files in your ~/.vscode/extensions folder (linux/mac) or %USER%\\.vscode\extensions (windows).
  • install the .vsix file by executing code --install-extension 3yourmind-frontend-recommended-0.0.2.vsix in your terminal (in the root folder of the cloned repository).

To contribute

  • install the Visual Studio Core Extension globally by executing npm install -g vsce in your terminal.
  • create a branch for your changes.
  • make your changes to the extensionPack section of package.json.
  • update README.md (and if necessary also CHANGELOG.md) accordingly.
  • in the root folder of the repo run vsce package.
  • submit a pull request with your changes and include a description.