An open API service indexing awesome lists of open source software.

https://github.com/addonewr/react-blog

个人博客React重构
https://github.com/addonewr/react-blog

Last synced: about 1 year ago
JSON representation

个人博客React重构

Awesome Lists containing this project

README

          

# 简介

个人博客React重构

没什么事的话不要clone

# 起步

## 开发

```cmd
yarn install

yarn start
```

## 打包

```cmd
yarn build
```

## 辅助

文章创建

```cmd
node file.js add
```

文章删除

```cmd
node file.js remove
```