An open API service indexing awesome lists of open source software.

https://github.com/60late/code-snippets


https://github.com/60late/code-snippets

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Code Snippets

_or_

```javascript
ext install VSCode Snippets
```

# Snippets

## javascript

| Snippet | Purpose |
| ----------- | ------------------------------------------ |
| `vbase` | Single file component base with SCSS |

## typescript

| Snippet | Purpose |
| ----------------- | ----------------------------------- |
| `vfor` | v-for directive |

## Vue

### Vue base
| Snippet | Purpose |
| ---------------- | ------------------------------------------------------------------------ |
| `vdata` | Component data as a function |

### Vuex

| Snippet | Purpose |
| --------------- | ------------------------------ |
| `vstore` | Base for Vuex store.js |

### Vue Router

| Snippet | Purpose |
| -------------------- | --------------------------------------------- |
| `vscrollbehavior` | Vue Router

### Nuxt Config

| Snippet | Purpose |
| ------- | ------------------------------------------------------- |
| `nfont` | link to include fonts in a nuxt project, in nuxt-config |

### Extra (plaintext)

| Snippet | Purpose |
| ----------- | ----------------------- |
| `gitignore` | .gitignore file presets |