# composition-api-converter **Repository Path**: vuejs/composition-api-converter ## Basic Information - **Project Name**: composition-api-converter - **Description**: Automatically migrate components to the Function API - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/vuejs/rfcs/pull/42). **Work in progress, not intended for usage in real projects yet.** ## How to run Install dependencies: ```bash yarn ``` Run the demo: ```bash yarn serve ```