UNPKG

vue-snowf

Version:

Snowfall component for Vue.js -- Let it snow on your page! ❄

17 lines (16 loc) 416 B
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title>vue-snowf</title> <link rel="icon" href="./favicon.ico" type="image/x-icon"/> <style> body { margin:0; background-color:#000; } </style> </head> <body> <div id="app"></div> <script src="/build/bundle.js"></script> </body> </html>