Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 2.73 KB

05.md

File metadata and controls

99 lines (69 loc) · 2.73 KB


推荐一些Github上很赞的开源项目,帮你寻找有趣的灵魂!

高仿 B 站 web 移动端

项目地址:

https://github.com/dxx/react-bilibili

截图:

介绍:

高仿 B 站 web 移动端

本项目基于此 SSR 服务端渲染模板,使用 React16.8,Typescript 开发


腾讯移动 Web 前端框架

项目地址:

https://github.com/AlloyTeamDev/Pro

截图:

介绍:

<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <title>PRO Template</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

    <!-- PRO CSS -->
    <link rel="stylesheet" type="text/css" href="css/pro.css">
</head>
<body class="ui-app">

    <div class="ui-top-bar js-no-bounce">
        PRO Template
    </div>

    <div class="ui-bottom-bar js-no-bounce" role="toolbar" tabindex="0">
        <button class="ui-bottom-bar-button js-active" data-toggle="tab" data-target="#page1">
            <span class="ui-icon"></span>
            <span class="ui-label">CSS</span>
        </button>
        </div>
    </div>

    <div id="page1" class="ui-page js-active">
        <div class="ui-page-content">
             <h1>Hello, world!</h1>
        </div>
    </div>

    <!-- PRO JS -->
    <script src="js/pro.js"></script>
  </body>
</html>

SkyNote

项目地址:

https://github.com/Boodo-FE/SkyNote

截图:

介绍:

A voice-activated 3D game with three.js

期待您的推荐!