https://github.com/mmf-fe/icp-log
icp 审核你懂的系统
https://github.com/mmf-fe/icp-log
Last synced: 11 months ago
JSON representation
icp 审核你懂的系统
- Host: GitHub
- URL: https://github.com/mmf-fe/icp-log
- Owner: MMF-FE
- License: mit
- Created: 2018-10-29T03:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T11:06:39.000Z (over 7 years ago)
- Last Synced: 2025-05-16T20:42:22.575Z (about 1 year ago)
- Language: TypeScript
- Size: 484 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeAdminPwd.ts
- License: LICENSE
Awesome Lists containing this project
README
# icp log
日志过滤及留存系统
> 我们还有很多有意义的事,这样的事,干一次就好.
## QuickStart
### Development
```bash
$ yarn
$ yarn dev
$ open http://localhost:7004/
```
### 登录账号
```
User: admin
Password: admin666
```
Don't tsc compile at development mode, if you had run `tsc` then you need to `yarn clean` before `yarn dev`.
### Deploy
```bash
$ yarn tsc
$ yarn start
```
### yarn Scripts
- Use `yarn lint` to check code style
- Use `yarn test` to run unit test
- se `yarn clean` to clean compiled js at development mode once
### Requirement
- Node.js 8.x
- Typescript 2.8+