因为要做借款相关逻辑,需要找相应的账号,实在是麻烦,就想自己维护一个原型库,方便查看业务逻辑
平时做需求的时候就通过UI维护起来
一个好用的原型工具:https://www.xiaopiu.com/
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true