Answer the question
In order to leave comments, you need to log in
What would you recommend a starter kit for layout?
There was a need to make up a dozen pages. Haven't done in a long time. Once I had my own starter kit on Galp (PUG + SCSS, etc.). But now I don't feel like using it. There is no time for your ideal webpack config. I tried NUXT.JS, but it takes a long time to compile changes, it is inconvenient for high-speed layout.
We need a good, supported layout and build system (preferably on Webpack, Gulp is also possible) with the following features.
- HTML templating engine (NOT pug!) , as close as possible to the usual html syntax
- SCSS preprocessor
- System for copying files, pictures, rewriting paths, optimization, compression, postprocessors
- The ability to quickly connect the desired library, font, (I will work a lot with VUE, but the pages are static, that is, in library mode)
- Ease of use, ease of configuration, good documentation.
- High speed (so that you do not think for 10 seconds with each resave)
- Surveillance, live reload,
Answer the question
In order to leave comments, you need to log in
Webpack + Gulp, Twig template engine and Sass preprocessor (with Scss syntax). And support for many new features with PostCss.
Sharpened for layout, full stuffing with minifires, sprite assembly, image optimization, fonts, js, and a bunch of useful mixins for styles.
Everything is customizable and intuitive, plus a detailed readme . You can see
here .
I use these two:
gulp-scss-starter
OptimizedHTML-4
True, both do not have an HTML templating engine
HTML5 + SASS + Webpack Boilerplate - automatic image compression and JS transpilation here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question