Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qingwei-li/vuep.run
🏃 An online playground for Vue2.0
https://github.com/qingwei-li/vuep.run
playground vue vuep
Last synced: 15 days ago
JSON representation
🏃 An online playground for Vue2.0
- Host: GitHub
- URL: https://github.com/qingwei-li/vuep.run
- Owner: QingWei-Li
- License: mit
- Created: 2018-03-29T23:52:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T19:13:29.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:04:36.839Z (7 months ago)
- Topics: playground, vue, vuep
- Language: Vue
- Homepage: https://vuep.run
- Size: 899 KB
- Stars: 140
- Watchers: 8
- Forks: 23
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuep.run
> 🏃 An online playground for Vue
website: https://vuep.run
![image](https://user-images.githubusercontent.com/7565692/38162374-906003e4-3512-11e8-8780-a22350a665fc.png)
## Features
* Support ES modules
* Load file from URL
* Preload packages from `?pkg=`
* Code hosting [demo](https://vuep.run/589869ae)## Demo
* https://vuep.run/QingWei-Li/vue-trend/docs/home.vue
* https://vuep.run/QingWei-Li/vuep.run/examples/element-ui.vue?pkg=element-ui&css=element-ui/lib/theme-chalk/index.css
* https://vuep.run/qingwei-li/laue/docs/_examples/quick-started.vue?pkg=laue
* https://vuep.run/589869ae## Params
* `https://vuep.run/[:url]`
Absolute url or short url for GitHub like `:username/:repo/:file`
* `?pkg=[:package]`
Package name. Multiple pacakges separated by `,`. Such as `?pkg=vuetrend,element-ui`
* `&cdn=[:cdn]`
The source of the packages. Default `unpkg` and optional `jsdelivr`.
* `&vue=[:version]`
Vue version. The default is the latest version.
* `&css=[:css]`
Similar to `pkg` but for CSS files, such as `?pkg=element-ui&css=element-ui/lib/theme-chalk/index.css`
## Inspired
* [Codepan](https://codepan.net)
## License
MIT