Answer the question
In order to leave comments, you need to log in
How do you build a frontend without frameworks?
Gulp used to be popular, now webpack seems to be popular. There is also grunt .. I worked a little with everyone, but I have been writing in vue for a long time and have not set up such things as, for example, compiling sass to css, etc. for a long time.
Now there is a need to throw a simple static site, I think how convenient it is to equip the working environment.
I want to write in pug, sass and vanilla js with hot reload.
What tool to take?
Answer the question
In order to leave comments, you need to log in
I write using includeHTML ("gluing" the layout and loading JS / CSS) + vanilla JS.
PS: Works with mobile JS editor for Android: Spck Editor .
For layout, without a serious front, a gallp is enough, and for building js - webpack. I collected them in one task list.
Write without frameworks at all, assemble three\five JS files into one in the right sequence and the same with CSS - no crutches are required at all, by hand in 5 minutes, faster than writing a assembler
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question