next _typescript _redux_demo

本贴最后更新于 1692 天前,其中的信息可能已经东海扬尘

全屏轮播 demo

github 地址:

https://github.com/AlwaysSkylll/next-redux-ts-demo

演示地址:

http://new.ghub.club:12306

nginx 多页面路由配置

server {
    listen 12306;
    server_name new.ghub.club;
    root /var/www/xxxxxx;

    index index.html index.htm index.nginx-debian.html;

    location ~* \.(gif|jpg|jpeg|png) {
        root  /var/www/xxxxxx;
        expires 3d;
    }

    location /404 {
        try_files $uri $uri/ /404.html;
    }

    location ~*/ {
        try_files $uri $uri/ /$uri.html;
    }
}
  • React

    React 是 Facebook 开源的一个用于构建 UI 的 JavaScript 库。

    192 引用 • 291 回帖 • 443 关注
  • 技术

    到底什么才是技术呢?

    88 引用 • 179 回帖 • 4 关注

相关帖子

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...