-
-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(template): support pug template #960
Conversation
@atinux (I didn't know who to mention) I feel this is not actively developed. How can I get you to review. |
Thank you for your help @yanskun I added Clark as review since he has been working a lot on this project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
||
export default Vue.extend({ | ||
name: 'IndexPage' | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add the end tag
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: