杜郎俊赏 - dujun.io

开源实例之Docusaurus静态网站

docusaurus-website-example封面
前言 本篇是 Docusaurus 生成的静态网站实例。另有《开源实例之Docusaurus》为静态博客实例。 实例地址 https://docusaurus-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docusaurus 2.0.0 模版 AgileTs Documentation 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://docusaurus.io 程序仓库:https://github.com/facebook/docusaurus 数据仓库:https://github.com/agile-ts/documentation #克隆代码 git clone https://github.com/agile...

2023-06-10

开源实例之Docusaurus

docusaurus-example封面
前言 Docusaurus is a project for building, deploying, and maintaining open source project websites easily. Docusaurus 是 Facebook 专门为开源项目开发者提供的一款易于维护的静态网站创建工具,使用 Markdown 即可更新网站。它构建了一个具有快速客户端导航的单页应用程序,利用React的全部功能使您的站点具有交互性。它提供开箱即用的文档功能,但可用于创建任何类型的网站(个人网站、产品、博客、营销登录页面等)。 实例地址 https://docusaurus.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docusaurus 2.0.0 数据 mrbrunelli-blog 实例部署...

2023-06-10

开源实例之Nuxt静态网站

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

2023-06-10

开源实例之Nuxt

nuxt-example封面
前言 Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. 使用Nuxt自信地构建下一个Vue.js应用程序。一个在MIT许可下的开源框架,使web开发简单而强大。 实例地址 https://nuxt.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nuxt 2.14.12 数据 demo-blog-nuxt-content 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nuxt.com 程序仓库:https://gi...

2023-06-10

开源实例之Next.js静态网站

nextjs-website-example封面
前言 本篇是 Next.js 生成的静态网站实例。另有《开源实例之Next.js》为静态博客实例。 实例地址 https://nextjs-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Next.js 13.4.4 数据 Liftoff Interviews 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nextjs.org 程序仓库:https://github.com/vercel/next.js 数据仓库:https://github.com/Tameyer41/liftoff #创建项目 npx create-next-app liftoff --example "https://github.com/Tame...

2023-06-09

开源实例之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、智能化打包、路由预取等功能,无需任何配置。 实例地址 https://nextjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环...

2023-06-09

开源实例之Bridgetown静态网站

bridgetown-website-example封面
前言 本篇是 Bridgetown 生成的静态网站实例。另有《开源实例之Bridgetown》为静态博客实例。 实例地址 https://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 clo...

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》为静态博客实例。 实例地址 https://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)。 实例地址 https://astro.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.build...

2023-06-07

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