vue-compiler icon indicating copy to clipboard operation
vue-compiler copied to clipboard

[feat] cli compile tests/App.vue by default

Open trueLoving opened this issue 3 years ago • 1 comments

when run cli/src/main.rs without specified .vue file,it compile tests/App.vue by default

description

trueLoving avatar Nov 14 '21 05:11 trueLoving

Hi! Thanks for the contribution. But reading from stdin when no arg is present is intentional. This enables quick debug without a file.

HerringtonDarkholme avatar Nov 14 '21 17:11 HerringtonDarkholme