Skip to content

Commit

Permalink
chore: update config and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Dec 31, 2022
1 parent 8da8bc9 commit 358da54
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: github-action
repo_token: RAQK24Tu9r4w974VwuBltSRXKKLwx0ZMs
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# misc
.DS_Store
.idea
.coveralls.yml

npm-debug.log*
yarn-debug.log*
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @alova/scene

[![Coverage Status](https://coveralls.io/repos/github/alovajs/scene/badge.svg?branch=main)](https://coveralls.io/github/alovajs/scene?branch=main)

scenario hooks with alova.js

## UsePagination
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# alova 场景化方案

[![Coverage Status](https://coveralls.io/repos/github/alovajs/scene/badge.svg?branch=main)](https://coveralls.io/github/alovajs/scene?branch=main)

[alova](https://github.com/alovajs/alova) 是一个请求场景管理库,它的使命,就是让应用更聪明地管理 CS 数据交互,针对不同的请求场景提出更好的请求管理方案,因此也提供了一些特定场景下的请求方案,可以让开发者更优雅地实现更高性能和体验更好的功能。

## alova 示例
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"build:sveltehooks:umd": "cross-env NODE_ENV=development EXTENSION=sveltehooks rollup -c ./config/rollup.config.umd.js",
"build:sveltehooks:umd.min": "cross-env NODE_ENV=production EXTENSION=sveltehooks rollup -c ./config/rollup.config.umd.js",
"build:sveltehooks": "npm run build:sveltehooks:esm && npm run build:sveltehooks:umd && npm run build:sveltehooks:umd.min",
"build": "npm run clean && npm run build:vuehooks && npm run build:reacthooks && npm run build:sveltehooks"
"build": "npm run clean && npm run build:vuehooks && npm run build:reacthooks && npm run build:sveltehooks",
"coveralls": "npm run test:coverage && coveralls < coverage/lcov.info"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 358da54

Please sign in to comment.