杜郎俊赏 - dujun.io

开源实例之Next.js

nextjs-example封面
前言 The React Framework for the Web. Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds. Next.js 为您提供生产环境所需的所有功能以及最佳的开发体验:包括静态及服务器端融合渲染、支持 TypeScript、智能化打包、路由预取等功能,无需任何配置。 实例地址 http://nextjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境...

2023-06-09

开源实例之Bridgetown静态网站

bridgetown-website-example封面
前言 本篇是 Bridgetown 生成的静态网站实例。另有《开源实例之Bridgetown》为静态博客实例。 实例地址 http://bridgetown-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7、Node.js 18 服务器 Nginx 程序 Bridgetown 1.2.0 数据 fundraising-site 实例部署 权限要求 具有系统读写权限 已安装 Ruby、Node.js 已安装 Nginx 安装程序 官网地址:https://www.bridgetownrb.com 程序仓库:https://github.com/bridgetownrb/bridgetown 数据仓库:https://github.com/bridgetownrb/fundraising-site #克隆代码 git clon...

2023-06-08

开源实例之Bridgetown

bridgetown-example封面
前言 Bridgetown is a next-generation, progressive site generator & fullstack framework, powered by Ruby. Bridgetown takes your content, API data, and frontend assets; renders templates in Markdown, Liquid, ERB, and many other formats; and exports a complete website ready to be served by fast CDNs like Render or traditional web servers like Caddy or Nginx. Bridgetown 是基于 Ruby 开发的渐进式站点生成器和全栈框架。 实例地址 h...

2023-06-08

开源实例之Astro静态网站

astro-website-example封面
前言 本篇是 Astro 生成的静态网站实例。另有《开源实例之Astro》为静态博客实例。 实例地址 http://astro-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.build 仓库地址:https://github.com/withastro/astro #安装,选择默认模版 npm create astro@latest #生成静态文件 npm run build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-06-07

开源实例之Astro

astro-example封面
前言 Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries. Astro 是一款现代化的轻量级静态站点生成器,具有出众的开发者体验 (Developer Experience)。 实例地址 http://astro.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.build...

2023-06-07

开源实例之Gatsby静态网站

gatsby-website-example封面
前言 本篇是 Gatsby 生成的静态网站实例。另有《开源实例之Gatsby》为静态博客实例。 实例地址 http://gatsby-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Gatsby 5.10.0 模版 gatsby-starter-default 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://www.gatsbyjs.com 程序仓库:https://github.com/gatsbyjs/gatsby 模版仓库:https://github.com/gatsbyjs/gatsby-starter-default #安装 Gatsby npm -g i gatsby-cli #创建站点 gatsby new...

2023-06-06

开源实例之Gatsby

gatsby-example封面
前言 Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities. Gatsby 是基于 React 构建的静态站点生成器,拥有丰富的插件生态,其主要目标之一是交付访问速度快速的网页,它通过利用良好的缓存、静态页面生成和基于边缘的 CDN 数据源来实现这一目标。 实例地址 http://gatsby.dujun.e...

2023-06-06

开源实例之Hexo静态网站

hexo-website-example封面
前言 本篇是 Hexo 生成的静态网站实例。另有《开源实例之Hexo》为静态博客实例。 实例地址 http://hexo-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Hexo 7.0.0 模版 Acorn 实例部署 本实例是基于 Hexo Acorn 模版创建的静态企业官网。 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://hexo.io 程序仓库:https://github.com/hexojs/hexo 模版仓库:https://github.com/zhwangart/hexo-theme-acorn 数据仓库:https://github.com/zhwangart/acorn-sample-data #安装 Hexo...

2023-06-01

开源实例之Eleventy静态网站

eleventy-website-example封面
前言 本篇是 Eleventy 生成的静态网站实例。另有《开源实例之Eleventy》为静态博客实例。 实例地址 http://eleventy-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Eleventy 2.0.1 数据 Car Website 11ty 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://www.11ty.dev 程序仓库:https://github.com/11ty/eleventy 数据仓库:https://github.com/mesinkasir/limocar11ty #克隆代码 git clone https://github.com/mesinkasir/limocar11ty.git...

2023-06-01

开源实例之VuePress静态网站

vuepress-website-example封面
前言 本篇是 VuePress 生成的静态网站实例。另有《开源实例之VuePress》为静态博客实例。 实例地址 http://vuepress-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 VuePress 1.4.1 实例部署 本实例部署的是 VuePress 官网源码。 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://vuepress.vuejs.org 仓库地址:https://github.com/vuejs/vuepress #克隆代码 git clone https://github.com/vuejs/vuepress.git cd vuepress #安装依赖 yarn #生成静态文件 yarn run buil...

2023-06-01

分页: 1 2 3 4 5 6 7 8 9 10 11 12