Skip to content

Commit 4b947e0

Browse files
committed
docs: update readme with new snippets
1 parent 01095bc commit 4b947e0

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 3.2.0
6+
7+
- Add base script setup blocks for Vue 3
8+
- Update README with new snippets
9+
510
## 3.1.1
611

712
- Update README

Diff for: README.md

+21-16
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,27 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
3232

3333
### Vue
3434

35-
| Snippet | Purpose |
36-
| ------------------ | ------------------------------------------------------------ |
37-
| `vbase` | Single file component base with SCSS |
38-
| `vbase-3` | Single File component Composition API with SCSS |
39-
| `vbase-3-setup` | Single File component setup Composition API with SCSS |
40-
| `vbase-3-reactive` | Single File component Composition API with Reactive and SCSS |
41-
| `vbase-css` | Single file component base with CSS |
42-
| `vbase-pcss` | Single file component base with PostCSS |
43-
| `vbase-styl` | Single file component base with Stylus |
44-
| `vbase-ts` | Single file component base with Typescript |
45-
| `vbase-ts-class` | Single file component base with Typescript Class Format |
46-
| `vbase-3-ts` | Single File component Composition API with Typescript |
47-
| `vbase-3-ts-setup` | Single File component setup Composition API with Typescript |
48-
| `vbase-ns` | Single file component with no styles |
49-
| `vbase-sass` | Single file component base with SASS |
50-
| `vbase-less` | Single file component base with LESS |
35+
These snippets are meant to provide a base scaffold for your single file components (SFC).
36+
37+
| Snippet | Purpose |
38+
| ------------------ | ------------------------------------------ |
39+
| `vbase-3-ss` | SFC base with script setup |
40+
| `vbase-3-ss-ts` | SFC base with script setup and TypeScript |
41+
| `vbase` | SFC base with SCSS |
42+
| `vbase-3` | SFC Composition API with SCSS |
43+
| `vbase-3-setup` | SFC setup Composition API with SCSS |
44+
| `vbase-3-setup` | SFC setup Composition API with SCSS |
45+
| `vbase-3-reactive` | SFC Composition API with Reactive and SCSS |
46+
| `vbase-css` | SFC base with CSS |
47+
| `vbase-pcss` | SFC base with PostCSS |
48+
| `vbase-styl` | SFC base with Stylus |
49+
| `vbase-ts` | SFC base with Typescript |
50+
| `vbase-ts-class` | SFC base with Typescript Class Format |
51+
| `vbase-3-ts` | SFC Composition API with Typescript |
52+
| `vbase-3-ts-setup` | SFC setup Composition API with Typescript |
53+
| `vbase-ns` | SFC with no styles |
54+
| `vbase-sass` | SFC base with SASS |
55+
| `vbase-less` | SFC base with LESS |
5156

5257
### Template
5358

0 commit comments

Comments
 (0)