nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 428 forks source link

feat(template): support pug template #960

Closed yanskun closed 1 year ago

yanskun commented 1 year ago

Types of changes

Description

create-nuxt-app is essential for creating Nuxt Project and I love it. That's why I use this over and over again.

I prefer Pug over HTML because it's easier to read. Also, I feel that there are many such friends. (#378)

After creating-nuxt-app, every time pug is installed and the page file is changed to <template lang="pug">.

I wanted to solve this, so I tried to fix it this time! thank you

Checklist:

yanskun commented 1 year ago

@Atinux (I didn't know who to mention) I love Nuxt, and love Pug just as much.

I feel this is not actively developed. However, until Nuxt3 is officially released, it will be used.

How can I get you to review.

Atinux commented 1 year ago

Thank you for your help @yanskun

I added Clark as review since he has been working a lot on this project.