CLI tool to convert your pug code to html code. Supports Vue Single File Components!
yarn global add pug-to-html
pug-to-html [PATH]
- PATH Path to the directory where with vue files. Defaults to current working directory
- -h, --help show CLI help
- -v, --version show CLI version
This tool will recursively scan provided path, and replace pug code with html code.
- For *.pug files, it will replace entire file contents and rename it to *.html
- For *.vue files, it will find sections and replace their contents with HTML