厘米天空
当前位置:厘米天空 > 免费资源 > 一个漂亮的动漫站源码

一个漂亮的动漫站源码

更新时间:2019-02-19 11:25:57浏览次数:450+次

一个界面看着挺漂亮的动漫站,源码竟然是开源免费的,需要的可以自己搭建玩玩。

一个漂亮的动漫站源码

网站地址:https://ebb.io

源码下载:https://github.com/ebb-io/ebbx

安装过程,由于该程序是用nodejs写的,所以需先装好nodejs,再git clone

# install dependencies
npm i

# start development
npm start

# build for production
npm run build

# build for production and view the bundle analyzer report
npm run build --report