https://github.com/60late/code-snippets
https://github.com/60late/code-snippets
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/60late/code-snippets
- Owner: 60late
- Created: 2020-03-26T03:27:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T19:27:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T10:48:23.099Z (12 months ago)
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |