tachybase_todo/packages/app
Junyi 60b966f59e
Fix: plugin-file-manager (#111)
* fix: test cases

* fix env used by file manager

* default value of process.env.LOCAL_STORAGE_BASE_URL

* use workspace dependencies

* refactor some env to adapt more scenario

* fix reviewing issues

* fix env default value

* update umi config

* bugfix

* fix shared cache

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-03 07:31:22 +08:00
..
src Fix: plugin-file-manager (#111) 2021-12-03 07:31:22 +08:00
.editorconfig 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.gitignore v0.5 2021-05-23 08:38:08 +08:00
.prettierignore v0.5 2021-05-23 08:38:08 +08:00
.prettierrc v0.5 2021-05-23 08:38:08 +08:00
.umirc.ts Fix: plugin-file-manager (#111) 2021-12-03 07:31:22 +08:00
package.json fix: cannot start the project 2021-10-10 12:16:28 +08:00
README.md v0.5 2021-05-23 08:38:08 +08:00
tsconfig.apis.json feat: improve code 2021-10-01 23:31:49 +08:00
tsconfig.json v0.5 2021-05-23 08:38:08 +08:00
typings.d.ts v0.5 2021-05-23 08:38:08 +08:00
umi.js fix: cannot start the project 2021-10-10 12:16:28 +08:00

umi project

Getting Started

Install dependencies,

$ yarn

Start the dev server,

$ yarn start