Icons from materialdesignicons.com rendered as PascalCase vue components with Mdi prefix.
npm install materialdesignicons-vue3html
Hello world
Hello world
`
How to build your own
You need Python 3 installed
$3
This command will clone source Git repository.
sync
This command creates vue components.
build
This command will clear the source directory. Use it before production.
cleanup
$3
`shell
cd build
chmod +x *.sh
./sync.sh
./build.sh
./cleanup.sh
`
$3
`shell
cd build
sync.cmd
build.cmd
cleanup.cmd
``