koot icon indicating copy to clipboard operation
koot copied to clipboard

Koot是基于React和Koa的WEB全栈技术解决方案。

Results 62 koot issues
Sort by recently updated
recently updated
newest added

如无特殊说明,所有的 Function 均可为异步函数,在执行时会以 `async` 方式执行。 ## 独立项目配置 ```javascript // /super.js module.exports = { // String,项目类型,无默认值,必须指定。目前支持 'react'。计划支持 'react-config' 'vue' type: 'react', // Boolean,是否为同构,默认为 false isomorphic: true, // String,项目源码根目录,无默认值,必须指定。可为绝对路径或相对于项目根目录的相对路径 path: '/src/app1', //...

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies