砂糖 30c319694c feat: 更新UI主题和样式,优化页面布局和交互
- 将侧边栏主题从深色改为浅色
- 移除多个组件的背景色和金属风格样式
- 调整按钮、表格和分页组件的样式和间距
- 新增easycode扫码功能页面
- 更新基础URL配置和应用版本号
- 优化登录后跳转逻辑和登出功能
- 调整滚动条和菜单项的样式
2025-11-03 11:16:07 +08:00
2025-10-10 16:47:38 +08:00
2025-10-10 16:47:38 +08:00
2025-10-10 16:47:38 +08:00
2025-10-10 16:58:16 +08:00
2025-10-10 16:47:38 +08:00
2025-10-10 16:47:38 +08:00
2025-10-10 16:47:38 +08:00

Turborepo starter with shell commands

This Turborepo starter is maintained by the Turborepo core team. This template is great for issue reproductions and exploring building task graphs without frameworks.

Using this example

Run the following command:

npx create-turbo@latest -e with-shell-commands

For bug reproductions

Giving the Turborepo core team a minimal reproduction is the best way to create a tight feedback loop for a bug you'd like to report.

Because most monorepos will rely on more tooling than Turborepo (frameworks, linters, formatters, etc.), it's often useful for us to have a reproduction that strips away all of this other tooling so we can focus only on Turborepo's role in your repo. This example does exactly that, giving you a good starting point for creating a reproduction.

  • Feel free to rename/delete packages for your reproduction so that you can be confident it most closely matches your use case.
  • If you need to use a different package manager to produce your bug, run npx @turbo/workspaces convert to switch package managers.
  • It's possible that your bug really does have to do with the interaction of Turborepo and other tooling within your repository. If you find that your bug does not reproduce in this minimal example and you're confident Turborepo is still at fault, feel free to bring that other tooling into your reproduction.

What's inside?

This Turborepo includes the following packages:

Apps and Packages

  • app-a: A final package that depends on all other packages in the graph and has no dependents. This could resemble an application in your monorepo that consumes everything in your monorepo through its topological tree.
  • app-b: Another final package with many dependencies. No dependents, lots of dependencies.
  • pkg-a: A package that has all scripts in the root package.json.
  • pkg-b: A package with almost all scripts in the root package.json.
  • tooling-config: A package to simulate a common configuration used for all of your repository. This could resemble a configuration for tools like TypeScript or ESLint that are installed into all of your packages.

Some scripts to try

If you haven't yet, install global turbo to run tasks.

  • turbo build lint check-types: Runs all tasks in the default graph.
  • turbo build: A basic command to build app-a and app-b in parallel.
  • turbo build --filter=app-a: Building only app-a and its dependencies.
  • turbo lint: A basic command for running lints in all packages in parallel.
Description
No description provided
Readme 78 MiB
Languages
JavaScript 59.4%
Vue 37.3%
SCSS 1.1%
CSS 1.1%
HTML 0.6%
Other 0.5%