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
- Host: GitHub
- URL: https://github.com/ktsn/vuec
- Owner: ktsn
- License: mit
- Created: 2017-05-04T05:10:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T14:13:49.000Z (about 9 years ago)
- Last Synced: 2025-03-26T08:12:15.645Z (about 1 year ago)
- Topics: cli-tool, compiler, single-file-component, vue
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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