An open API service indexing awesome lists of open source software.

https://github.com/berhalak/vue-cli-plugin-alias

Aliasing common html code in vue template.
https://github.com/berhalak/vue-cli-plugin-alias

vue vue-cli vue-cli-plugin

Last synced: 3 days ago
JSON representation

Aliasing common html code in vue template.

Awesome Lists containing this project

README

          

# vue-cli-plugin-alias
Aliasing common html code in vue template.

This plugin lets you create macros or aliases in your *.vue files

Installation:
vue add vue-cli-plugin-alias

Or through vue ui, search for vue-cli-plugin-alias

Sample (also see test.ts)

Transforms vue template from alias form:
```html







```
To:
```html




```

Other options - use upper case for inline aliasing
```html



```