Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunYouJun/my-DIARY
MyDiary 君の名は。
https://github.com/YunYouJun/my-DIARY
Last synced: 2 months ago
JSON representation
MyDiary 君の名は。
- Host: GitHub
- URL: https://github.com/YunYouJun/my-DIARY
- Owner: YunYouJun
- License: mit
- Created: 2019-02-02T06:33:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:21:04.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:47:47.116Z (9 months ago)
- Language: Vue
- Homepage: https://my-diary.yunyoujun.cn
- Size: 1.49 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - YunYouJun/my-DIARY - MyDiary 君の名は。 (Vue)
- awesome - YunYouJun/my-DIARY - MyDiary 君の名は。 (Vue)
README
# my-DIARY
[![Build Status](https://travis-ci.com/YunYouJun/my-DIARY.svg?branch=master)](https://travis-ci.com/YunYouJun/my-DIARY)
> my DIARY 君の名は。
## Preview
- [nideriji | Heroku app](https://nideriji.herokuapp.com/)
- [diary | now.sh](https://diary.now.sh)
- [my-diary | now.sh](https://my-diary.now.sh)
- [my-diary | yunyoujun.cn](https://my-diary.yunyoujun.cn)## Data
Data base on
## API
[你的日记 API DOC - Postman](https://documenter.getpostman.com/view/3326320/Rztmr8pE)
## Todo
- 日记
- [ ] CRUD
- [x] 新建
- [ ] 查询
- [x] 修改
- [x] 删除
- [ ] 日记缓存
- [ ] global progress bar
- [ ] 日记卡片月份分割
- [ ] 翻页懒加载
- [x] 草稿存储
- [ ] User
- [ ] Config## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```