templates/vitekit/__/vite-template-main/README.md
2026-04-12 21:03:18 +03:00

33 lines
611 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Моя сборка для верстки HTML макетов
Использованы как наработки [Фрилансера по жизни](https://www.youtube.com/@FreelancerLifeStyle), так и мои собственные.
В качестве сборщика используется Vite.
[Документация по модулям](https://snippets.maximtresk.ru/modules.html)
## Использование
**Установка**
```
npm i
```
**Запуск**
```
npm run dev
```
**Сборка**
```
npm run build
```
**Предпросмотр**
```
npm run preview
```