瀏覽代碼

更新 'README.md'

lrf 3 年之前
父節點
當前提交
cd40025c47
共有 1 個文件被更改,包括 0 次插入28 次删除
  1. 0 28
      README.md

+ 0 - 28
README.md

@@ -59,32 +59,4 @@ turnDateRangeQuery(filter){
 
 ### 如果以上两个查询都添加,则在查询前(find())直接使用下面的代码
 >```filter = this.turnFilter(this.turnDateRangeQuery(filter));```
-## QuickStart
 
-<!-- add docs here for user -->
-
-see [egg docs][egg] for more detail.
-
-### Development
-
-```bash
-$ npm i
-$ npm run dev
-$ open http://localhost:8081/
-```
-
-### Deploy
-
-```bash
-$ 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