UNPKG

@repackel/repack

Version:

A repackage of element-ui to help you build pages faster.

22 lines (16 loc) 491 B
## Using code snippets in `VS code` 1. Open user code snippet `File > Preferences > User Snippets` 2. Select `vue(Vue)` or `vue-html(Vue-html)` 3. Copy the code snippets in this folder 4. Paste it into the `.json` file. ## Example ```json { // Your old code snippets // Paste here, for example "Generate repackel page": { //... } } ``` Reference [Create your own snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets)