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

https://github.com/ktsn/vuec

CLI compiler of Vue single file component
https://github.com/ktsn/vuec

cli-tool compiler single-file-component vue

Last synced: about 1 year ago
JSON representation

CLI compiler of Vue single file component

Awesome Lists containing this project

README

          

# vuec

CLI compiler of Vue single file component.

## Usage

```bash
$ vuec Foo.vue
Outputs:
-> Foo.js
-> Foo.template.js
-> Foo.script.js
-> Foo.style.css
```

## License

MIT