document.element.style.height
для указания высоты, это свойство нельзя прочитать.getComputedStyle(document.element).height //Вернет высоту
// или так
document.element.offsetHeight
1. Возьмите 2 числа.
2. Поделите одно на другое в столбик на листике.
3. Запишите действия
4. Подумайте над ними
git clone url/to/project
npm i
npm run serve
file.onchange = function(e) {
let str = e.target.value;
res.textContent = str.length > 40 ? str.slice(0, 10) + '...' + str.slice(-10) : str;
}
git clone https://github.com/name/project
npm i
npm run serve
output: {
publicPath: '/dist/',
// ...
},
historyApiFallback
Примерно так ->devServer: {
historyApiFallback: true,
compress: true,
port: 5000,
index: 'frontpage.html',
open: true,
inline: true,
overlay: true
}
entry: {
messenger: './messenger',
about: './about',
},