Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
OptimizedHTML 5 - lightweight startup environment with Gulp 4, Preprocessors (Sass, Scss, Less, Stylus), clean-css, Browsersync, Autoprefixer, webpack-stream, Babel, Rsync, CSS Reboot (Bootstrap reboot), Server-side HTML imports (SSI), build. It uses best practices for responsive images, JavaScript, CSS optimizing and contains a .htaccess code for resources caching (images, fonts, HTML, CSS, JS and other content types).
const actRect = dragEl.getBoundingClientRect(); const currRect = currentElement.getBoundingClientRect(); const prev = actRect.left > currRect.left;
<body> <header></header> <main></main> <footer></footer> </body>
// style body { display: flex; flex-derection: column; min-height: 100%; } main { flex-grow: 1; }
return response.data
const response = await this.$axios.post(url, data)