开源实例之Gridsome
前言
Gridsome is a Vue-powered static site generator for building CDN-ready websites for any headless CMS, local files or APIs.
Gridsome 是一个免费、开源、基于 Vue.js 构建的框架。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Gridsome 0.7.23 |
模版 | Geek Blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://gridsome.org
程序仓库:https://github.com/gridsome/gridsome
模版仓库:https://github.com/xqsit94/gridsome-starter-geek-blog
#克隆代码
git clone https://github.com/xqsit94/gridsome-starter-geek-blog.git blog
cd blog
#安装依赖
yarn
#生成静态文件
yarn run build
实例体验
后记
本实例仅供参考,不定期重置数据。