https://github.com/sor4chi/compositionapi-converter-cli
https://github.com/sor4chi/compositionapi-converter-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sor4chi/compositionapi-converter-cli
- Owner: sor4chi
- Created: 2022-03-24T09:07:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T11:46:06.000Z (about 3 years ago)
- Last Synced: 2025-02-06T05:44:25.903Z (3 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue CompositionAPI Converter Cli Tool
This algolithm is made by https://github.com/miyaoka/vue-composition-converter実務で使う機会があったので簡易的に作成しました。
## setup
```bash
npm install
npm run build
npm link
```## use
```bash
cpa-conv [vueFilePath]
```