Skip to content

SpensDee/vite-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Опис

Збірка vite для верстки html, scss, Js.

КОМАНДИ

встановленя всіх залежностей

  • yarn

запуск режиму розробки

  • yarn dev

зібрати Production версію

  • yarn build

HTML ШАБЛОНІЗАЦІЯ

импорт html компонента

<load ="src/html/header/header.html" />

вкористання змінних

  • ініціалізація
  <load ="src/some-static-link.htm"
  text="Go to DuckDuckGo"
  href="https://duckduckgo.com" />
  • імпорт
  <a href=" {=$href} " >{=$text} </a>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors