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

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

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

plugin portal vue vue-cli vue-cli-plugin

Last synced: 10 days ago
JSON representation

vue vue-cli-plugin portal

Awesome Lists containing this project

README

          

# vue-cli-plugin-portal
Simple portal vue cli plugin, done by rewriting vue files

Installation:
vue add vue-cli-plugin-portal

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

Sample (also see test.ts)

Transforms vue template from alias form (you can use interpolation of args and content)

``` html










${title}




${content}




C title



```

To:

``` html









B title




C title




```