An open API service indexing awesome lists of open source software.

https://github.com/vuejs/composition-api-converter

Automatically migrate components to the Function API
https://github.com/vuejs/composition-api-converter

Last synced: 3 months ago
JSON representation

Automatically migrate components to the Function API

Awesome Lists containing this project

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
```