1.0.0 • Published 6 years ago

@plaidev/pug-to-html v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

pug-to-html

Convert Vue files from pug templates to html

This repository is forked from vue-pug-to-html, and has various adjustments.

:cd: Installation

npm i -g @plaidev/pug-to-html

:lollipop: Usage

pugToHtml your-vue-file.vue

:question: What's difference with vue-pug-to-html ?

:muscle: Contribution

  • Fork the repository from plaidev/pug-to-html !
  • Create your topic branch from master: git branch my-new-topic master
  • Add codes and pass tests !
  • Commit your changes: git commit -am 'Add some topic'
  • Push to the branch: git push origin my-new-topic
  • Submit a pull request to master branch of plaidev/pug-to-html repository !

:copyright: License

MIT