/my-blog

Primary LanguageShell

# 克隆项目
git clone git@github.com:Haymitch1992/my-blog.git

# 安装依赖
npm install 

# 本地预览
npm run dev

# 项目打包
npm run build

# 发布到GitHub仓库
npm run deploy