|
4 | 4 |
|
5 | 5 | ## Description
|
6 | 6 |
|
7 |
| -These snippets were built to supercharge my workflow in the most seamless manner possible. |
| 7 | +These snippets were built supercharge a workflow in the most seamless manner possible. |
8 | 8 |
|
9 |
| -This repo was built particularly for real world use. It doesn't catalogue the API definitions, and it's not a kitchen sink approach. Rather, it focuses on developer ergonomics from the point of Vue of real world use. Included are the pieces I personally get sick of typing, have to keep looking up, or forget to consider while developing that I make more use of when they're at my fingertips. |
| 9 | +This repo was built particularly for real world use. It doesn't catalogue the API definitions, rather, it focuses on developer ergonomics from the point of Vue of real world use. Included are the pieces I personally get sick of typing, and boilerplate that is helpful to stub out quickly. |
10 | 10 |
|
11 |
| -_Current version: Vue2_ |
| 11 | +_Versions Supported: Vue 2 and Vue 3_ |
12 | 12 |
|
13 | 13 | 
|
14 | 14 |
|
@@ -41,7 +41,7 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
|
41 | 41 | | `vbase-pcss` | Single file component base with PostCSS |
|
42 | 42 | | `vbase-styl` | Single file component base with Stylus |
|
43 | 43 | | `vbase-ts` | Single file component base with Typescript |
|
44 |
| -| `vbase-ts-class` | Single file component base with Typescript Class Format | |
| 44 | +| `vbase-ts-class` | Single file component base with Typescript Class Format | |
45 | 45 | | `vbase-3-ts` | Single File component Composition API with Typescript |
|
46 | 46 | | `vbase-ns` | Single file component with no styles |
|
47 | 47 | | `vbase-sass` | Single file component base with SASS |
|
@@ -184,4 +184,4 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
|
184 | 184 |
|
185 | 185 | This is an open source project open to anyone. Contributions are welcome [github](https://github.com/sdras/vue-vscode-snippets)
|
186 | 186 |
|
187 |
| -If you are contributing a snippet, please be sure to add the documentation for it in the tables in the README, the pull request cannot be accepted without this addition. Thanks. |
| 187 | +If you are contributing a snippet, please be sure to add the documentation for it in the tables in the README, the pull request cannot be accepted without this addition. Thanks! |
0 commit comments