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
- Host: GitHub
- URL: https://github.com/vuejs/composition-api-converter
- Owner: vuejs
- Created: 2019-06-23T15:55:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T16:53:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T17:06:22.745Z (6 months ago)
- Language: JavaScript
- Homepage: https://suspicious-mclean-0e54c3.netlify.com/
- Size: 1.16 MB
- Stars: 145
- Watchers: 26
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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
```