import Alpine from 'alpinejs'; Alpine.data('options', () => ({ msg: 'Hello world!', })); Alpine.start();