jaeming / vue-cli-plugin-pug

Vue CLI 3 plugin to add pug templating to your components
44 stars 5 forks source link

Added .pug template file compilation, updated readme and package.json #2

Closed Worthaboutapig closed 6 years ago

Worthaboutapig commented 6 years ago

I've added the ability to compile .pug template files to HTML as well now.

i think that's feature-complete, let me know if there's anything else that would be useful and I'll see if I can add it.

I've created a simple test project- I don't know if that would be helpful to add to the source so that people have something to test against, if there's any further changes.

jaeming commented 6 years ago

I've added the ability to compile .pug template files to HTML as well now.

i think that's feature-complete, let me know if there's anything else that would be useful and I'll see if I can add it.

I've created a simple test project- I don't know if that would be helpful to add to the source so that people have something to test against, if there's any further changes.

Nice! Thanks for contributing and making more feature rich :)