UNPKG

@line/create-liff-app

Version:

Start developing LIFF application with a simple CLI command.

8 lines (5 loc) 121 B
import App from './App.svelte'; const app = new App({ target: document.getElementById('app') }); export default app;