Skip to content

Instantly share code, notes, and snippets.

View mark123jesper's full-sized avatar
🌐
Currently working on Gitlab

Mark Jesper Pillerva mark123jesper

🌐
Currently working on Gitlab
View GitHub Profile
@mark123jesper
mark123jesper / vue.json
Created September 18, 2021 01:40 — forked from rochabianca/vue.json
Snippet to bring back scaffold on vue on vscode. To use it go to Code>Preferences>User Snippets type vue on the input and paste this code there.
{
"bring back the scaffold to vue files": {
"prefix": "scaffold",
"body": [
"<template>",
" <div>$TM_FILENAME_BASE</div>",
"</template>",
"",
"<script>",
"export default {",