vue-live

v2.5.4
A lightweight playground for live editing VueJs code in the browser

serve

vite serve

types

vue-tsc --project ./tsconfig.app.json

build:lib

vite build --config ./vite.config.lib.ts

types:lib

vue-tsc --declaration --emitDeclarationOnly --project ./tsconfig.build.lib.json

build:demo

vite build

start

vite serve

preview

vite preview --port 4173

test:e2e

start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'

test:unit

vitest run

cy

cypress open --e2e
npm i vue-live

Metadata

  • MIT
  • Whatever
  • Bart Ledoux
  • released 6/1/2023

Downloads