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
- Host: GitHub
- URL: https://github.com/berhalak/vue-cli-plugin-portal
- Owner: berhalak
- License: gpl-3.0
- Created: 2020-01-24T00:17:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T02:53:51.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T14:50:54.895Z (6 months ago)
- Topics: plugin, portal, vue, vue-cli, vue-cli-plugin
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```