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
)
π Read more
- Clone this repository.
- Install dependencies using
npm install
oryarn install
. - Start development server using
npm run dev
oryarn dev
.