Please follow the 📖 Documentation
- Vue
>= 3
- 🚀 Standardize the headline structure on large projects.
- ✨ Automatic heading levels (
h1
,h2
,h3
,h4
,h5
,h6
) - 🏗️ Easy way to build semantic html structure (
main
,article
,section
)
- Clone this repository.
- Install dependencies using
npm install
oryarn install
. - Start development server using
npm run dev
oryarn dev
.