@@ -32,22 +32,27 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
32
32
33
33
### Vue
34
34
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 |
51
56
52
57
### Template
53
58
0 commit comments