All Projects → phanan → Vue Snippets

phanan / Vue Snippets

✂️A collection of Vue snippets

Projects that are alternatives of or similar to Vue Snippets

Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-85.51%)
Mutual labels:  snippets
Screeps Snippets
This repository is for saving pinned snippets from the screeps slack for posterity
Stars: ✭ 41 (-40.58%)
Mutual labels:  snippets
Vuejs Sublime Complete
Better Vue.js completions for sublime text with syntax highlighting.
Stars: ✭ 57 (-17.39%)
Mutual labels:  snippets
30 Seconds Of Java
Curated collection of useful little Java functions that you can understand quickly
Stars: ✭ 872 (+1163.77%)
Mutual labels:  snippets
Vscode Quasar Snippets
vscode snippets for quasar-framework
Stars: ✭ 33 (-52.17%)
Mutual labels:  snippets
Code Rhythm
code snippets
Stars: ✭ 47 (-31.88%)
Mutual labels:  snippets
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-88.41%)
Mutual labels:  snippets
Css3colorsswift
A UIColor extension with CSS3 Color names.
Stars: ✭ 62 (-10.14%)
Mutual labels:  snippets
Hayaku
Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster
Stars: ✭ 973 (+1310.14%)
Mutual labels:  snippets
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+1469.57%)
Mutual labels:  snippets
Lab
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Stars: ✭ 911 (+1220.29%)
Mutual labels:  snippets
Awesome Web Components
🤖 Awesome web components and snippets for every Front-End Developer
Stars: ✭ 28 (-59.42%)
Mutual labels:  snippets
Ivy Yasnippet
Preview yasnippet snippets with ivy
Stars: ✭ 53 (-23.19%)
Mutual labels:  snippets
Language Dot
Dot (Graphviz) package for Atom
Stars: ✭ 11 (-84.06%)
Mutual labels:  snippets
Android Templates And Utilities
Collection of source codes, utilities, templates and snippets for Android development.
Stars: ✭ 1,099 (+1492.75%)
Mutual labels:  snippets
Gisto
Gisto is a Cross-platform snippets management desktop application that allows you and/or your team share code snippets fast and easily. Based on GitHub Gists Infrastructure which means you can use all your existing snippets by connecting your GitHub account! Gisto started as an attempt to fulfill the lack of a syntax highlighted and cloud synchronized code snippet solution. You may thing of Gisto as Evernote for code.
Stars: ✭ 853 (+1136.23%)
Mutual labels:  snippets
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (-40.58%)
Mutual labels:  snippets
Lepton
💻 Democratizing Snippet Management (macOS/Win/Linux)
Stars: ✭ 9,067 (+13040.58%)
Mutual labels:  snippets
Vscode Surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Stars: ✭ 60 (-13.04%)
Mutual labels:  snippets
Dotfiles
💻 macOS / Ubuntu dotfiles
Stars: ✭ 1,074 (+1456.52%)
Mutual labels:  snippets

Vue Snippets

logo

A collection of Vue.js snippets -- little trips, tricks, useful directives, some nice practices, you name it.

The website is powered by Hugo.

Contribute

So you have a trick or two up your sleeve and want to share them with the world? Great! You're only a couple of steps away:

  1. Make sure you have Hugo >= 0.46 installed. If you're on a Mac, just do a brew install hugo and you're good to go.
  2. Fork this repo (duh!)
  3. Execute hugo new posts/your-awesome-snippet.md in your terminal. A content/posts/your-awesome-snippet.md file will be created with some placeholder content, like this:
---
title: "Your Awesome Snippet"
date: 2018-08-11T19:58:07+02:00
description: A short description for the snippet.
tags: [max, three, tags]
author:
  name: Your Name
  email: [email protected]
  homepage: https://domain.tld
  twitter: [email protected]
  github: github_handle
---

```html
<template>
</template>

<script>
</script>

<style lang="scss" scoped>
</style>
```
  1. Update the file with your snippet (and some of your details). You don't need to fill in everything -- only title, date, description, your name, and the snippet itself, are really required. The snippet can be previewed with hugo server.
  2. Once you're happy with how it looks, commit the file and create a PR 🎉
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].