初始化
This commit is contained in:
152
easyflow-ui-usercenter/easyflow.code-workspace
Normal file
152
easyflow-ui-usercenter/easyflow.code-workspace
Normal file
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "@easyflow/app",
|
||||
"path": "app",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/commitlint-config",
|
||||
"path": "internal/lint-configs/commitlint-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/eslint-config",
|
||||
"path": "internal/lint-configs/eslint-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/prettier-config",
|
||||
"path": "internal/lint-configs/prettier-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/stylelint-config",
|
||||
"path": "internal/lint-configs/stylelint-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/node-utils",
|
||||
"path": "internal/node-utils",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/tailwind-config",
|
||||
"path": "internal/tailwind-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/tsconfig",
|
||||
"path": "internal/tsconfig",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/vite-config",
|
||||
"path": "internal/vite-config",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/design",
|
||||
"path": "packages/@core/base/design",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/icons",
|
||||
"path": "packages/@core/base/icons",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/shared",
|
||||
"path": "packages/@core/base/shared",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/typings",
|
||||
"path": "packages/@core/base/typings",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/composables",
|
||||
"path": "packages/@core/composables",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/preferences",
|
||||
"path": "packages/@core/preferences",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/form-ui",
|
||||
"path": "packages/@core/ui-kit/form-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/layout-ui",
|
||||
"path": "packages/@core/ui-kit/layout-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/menu-ui",
|
||||
"path": "packages/@core/ui-kit/menu-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/popup-ui",
|
||||
"path": "packages/@core/ui-kit/popup-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/shadcn-ui",
|
||||
"path": "packages/@core/ui-kit/shadcn-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow-core/tabs-ui",
|
||||
"path": "packages/@core/ui-kit/tabs-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/constants",
|
||||
"path": "packages/constants",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/access",
|
||||
"path": "packages/effects/access",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/common-ui",
|
||||
"path": "packages/effects/common-ui",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/hooks",
|
||||
"path": "packages/effects/hooks",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/layouts",
|
||||
"path": "packages/effects/layouts",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/plugins",
|
||||
"path": "packages/effects/plugins",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/request",
|
||||
"path": "packages/effects/request",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/icons",
|
||||
"path": "packages/icons",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/locales",
|
||||
"path": "packages/locales",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/preferences",
|
||||
"path": "packages/preferences",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/stores",
|
||||
"path": "packages/stores",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/styles",
|
||||
"path": "packages/styles",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/types",
|
||||
"path": "packages/types",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/utils",
|
||||
"path": "packages/utils",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/turbo-run",
|
||||
"path": "scripts/turbo-run",
|
||||
},
|
||||
{
|
||||
"name": "@easyflow/vsh",
|
||||
"path": "scripts/vsh",
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user