Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkchao/blog-admin
blog-admin @react、@typescript、@apollographql
https://github.com/jkchao/blog-admin
ant-design blog create-react-app react react-apollo spa typescript vue vue-admin vue-cli vue-template
Last synced: 2 months ago
JSON representation
blog-admin @react、@typescript、@apollographql
- Host: GitHub
- URL: https://github.com/jkchao/blog-admin
- Owner: jkchao
- Created: 2017-08-17T13:47:45.000Z (over 7 years ago)
- Default Branch: react
- Last Pushed: 2019-04-01T13:51:27.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T22:51:40.512Z (3 months ago)
- Topics: ant-design, blog, create-react-app, react, react-apollo, spa, typescript, vue, vue-admin, vue-cli, vue-template
- Language: TypeScript
- Homepage: https://admin.jkchao.cn
- Size: 6.82 MB
- Stars: 233
- Watchers: 10
- Forks: 52
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-admin
Vue 版本可查看 [master 分支](https://github.com/jkchao/blog-admin/tree/master)。
使用 React + TypeScript + React-Apollo 重构中...
如果你想启动这个项目,需要先启动后端接口,[blog-service](https://github.com/jkchao/blog-service) 的 nest 分支,关于 service 的具体启动方式,请看 [blog-service](https://github.com/jkchao/blog-service) 的 README.md 部分。
## screenshot
![ss](./screenshot/heros.png)
![ss](./screenshot/link.png)
![ss](./screenshot/setting.png)## install
```bash
npm install
npm run dev
```