Skip to content

Commit a9bb749

Browse files
committed
.vue files snippets #8
1 parent a8bc17c commit a9bb749

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
1717
- You can do it by finding `Vue 3 VSCode Snippets` by `exer7um` in VS Code marketplace and clicking install.
1818
- Or you can follow [that link](https://marketplace.visualstudio.com/items?itemName=exer7um.vue3-vscode-snippets) and click install.
1919

20+
## Snippets
21+
22+
### `.vue` files
23+
24+
| Snippet | Purpose |
25+
| ------------ | --------------------------------------------------------------------- |
26+
| `vbase` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `SCSS` |
27+
| `vbase-sass` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `SASS` |
28+
| `vbase-less` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `LESS` |
29+
| `vbase-pcss` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `PostCSS` |
30+
| `vbase-css` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `CSS` |
31+
| `vbase-styl` | Base for Vue 3 File with `<script setup>`, `TypeScript` and `Stylus` |
32+
| `vbase-ns` | Base for Vue 3 File with `<script setup>`, `TypeScript` and no style |
33+
2034
## Contributing
2135

2236
This is an open source project open to anyone. Contributors are welcome on [GitHub](https://github.com/exer7um/vue3-vscode-snippets).

0 commit comments

Comments
 (0)