Skip to content

a1046700338/MyPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPress

基于VuePress修改的个人笔记网站,主题使用hope

使用

theme-hope

请克隆该分支:main

git clone [email protected]:a1046700338/MyPress.git

theme-default

请克隆该分支:origin

git clone -b origin [email protected]:a1046700338/MyPress.git

随后

npm i

如果你在使用 npm 的过程,遇到依赖下载失败的情况,那么请使用nvm

运行

// 项目调试
npm run docs:dev
// or
// npm run dev
// 项目打包
npm run docs:build
// or
// npm run build

加入了git commit规范

github

如何使用它

生成 CHANGELOG 之前得先 commit,记得在 master 主分支上发布版本,再生成 CHANGELOG,流程如下:

git add .

npm run commit

npm run release

npm run changelog