Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 543 Bytes

@vime/rollup-example

This example simply demonstrates how to bundle Vime (@vime/core) using Rollup. The example is here for you to play with, but all you need to do is import whatever components and there dependencies you need into your project, and define them in the custom elements registry. There are no additional steps required (see src/index.js).

Usage

$: git clone https://github.com/vime-js/vime --depth=1

$: cd vime/examples/rollup

$: npm install

$: npm run dev