#VJTECHNOWIZARD #expressjstutorialintamil
In this video we willl learn about how to use pug template engine in node js and express js
Pug is a templating engine for Express.
Pug is a very powerful templating engine, it has a variety of features such as filters, includes, inheritance, interpolation, etc.
Template engine makes you able to use static template files in your application.
Use the below command for installing pug in your file.
npm install pug --save
To render template files in your application then you write the below code in your file
app.set('view engine', 'pug');
app.set('views', './views')
View engine: Specifies the what type of template engine that you use.
Views: Specifies a directory where the template files are located. #vjtechnowizard #tamilcodingchannel #tamilprogrammingchannel #bestcodingchannelintamil #bestprogrammingchannelintamil #learncodingintamil #learnprogrammingintamil
vj techno wizard
tamil coding channel
tamil programming channel
best coding channel in tamil
best programming channel in tamil
learn coding in tamil
learn programming in tamil
Смотрите видео Express js pug templating engine in tamil | pug tutorial in node js and express js tamil онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь VJ TECHNO WIZARD 20 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,24 раз и оно понравилось 3 людям.