https://github.com/tsui66/x-oss
阿里云 OSS STS Demo
https://github.com/tsui66/x-oss
Last synced: over 1 year ago
JSON representation
阿里云 OSS STS Demo
- Host: GitHub
- URL: https://github.com/tsui66/x-oss
- Owner: tsui66
- Created: 2021-05-15T09:19:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T09:29:25.000Z (about 5 years ago)
- Last Synced: 2025-01-30T20:43:57.689Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x-oss
OSS 文件服务
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:9060/
```
### Deploy
```bashgco
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org