UNPKG

vue-icomoon

Version:

It allows you to simply view the icons in the selection.json file provided by Icomoon.

15 lines (12 loc) 287 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vue Icomoon - Demo</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.js"></script> </body> </html>