/vuep.run

🏃 An online playground for Vue

Primary LanguageVueMIT LicenseMIT

Vuep.run

🏃 An online playground for Vue

website: https://vuep.run

image

Features

  • Support ES modules
  • Load file from URL
  • Preload packages from ?pkg=
  • Code hosting demo

Demo

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

License

MIT