https://github.com/zoomla/waipo
纪念我的外婆王占才女士,一个基于vueJS+ZoomlaCMS前端栈的项目。
https://github.com/zoomla/waipo
Last synced: 9 months ago
JSON representation
纪念我的外婆王占才女士,一个基于vueJS+ZoomlaCMS前端栈的项目。
- Host: GitHub
- URL: https://github.com/zoomla/waipo
- Owner: zoomla
- License: apache-2.0
- Created: 2020-03-30T02:40:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:11:01.000Z (over 3 years ago)
- Last Synced: 2025-04-23T06:33:38.532Z (about 1 year ago)
- Language: Shell
- Homepage: http://waipo.z01.com
- Size: 57.8 MB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waipo
纪念我的外婆王占才女士
用于怀念我深爱的外婆。
## 一个基于vueJS+ZoomlaCMS前端栈的项目,技术官网 www.z01.com
# 技术讲解
# VuePress
Vue 驱动的静态网站生成器
https://www.vuepress.cn/
入门全教程:
https://www.z01.com/help/web/3582.shtml
如果你是部署在GitPage的根域名,如waipo.github.io,则需要将dist发布后的文件,放在master根目录。
所以,本库:
1、master分支是发布后的文件。
2、develop分支是完整的源码
3、gh-pages分支没有任何意义,除非作为子目录部署,如waipo.github.io/gh-pages配置。
## 运行命令:
```
npm run docs:dev
npm run docs:build
```