/composition-api-converter

Automatically migrate components to the Function API

Primary LanguageJavaScript

Vue Function API Converter (Work in progress)

This is a prototype for an eventual codemod to facilitate migrating components from the Object API to the Function API. Work in progress, not intended for usage in real projects yet.

How to run

Install dependencies:

yarn

Run the demo:

yarn serve