# springboot-web **Repository Path**: gamesgong/springboot-web ## Basic Information - **Project Name**: springboot-web - **Description**: springboot企业级web 对接 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-21 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-admin This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh pnpm test:unit ``` ### Run End-to-End Tests with [Playwright](https://playwright.dev) ```sh # Install browsers for the first run npx playwright install # When testing on CI, must build the project first pnpm build # Runs the end-to-end tests pnpm test:e2e # Runs the tests only on Chromium pnpm test:e2e --project=chromium # Runs the tests of a specific file pnpm test:e2e tests/example.spec.ts # Runs the tests in debug mode pnpm test:e2e --debug ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ``` λ pnpm create vue@latest ┌ Vue.js - The Progressive JavaScript Framework │ ◇ 请输入项目名称: │ web-admin │ ◇ 请选择要包含的功能: (↑/↓ 切换,空格选择,a 全选,回车确认) │ TypeScript, JSX 支持, Router(单页面应用开发), Pinia(状态管理), Vitest(单元测试), 端到端测试, ESLint(错误预防), Prettier(代码格式化) │ ◇ 选择一个端到端测试框架: (↑/↓ 切换,回车确认) │ Playwright │ ◇ 选择要包含的试验特性: (↑/↓ 切换,空格选择,a 全选,回车确认) │ Oxlint(试验阶段), rolldown-vite(试验阶段) │ ◇ 跳过所有示例代码,创建一个空白的 Vue 项目? │ No 正在初始化项目 C:\worksapce\cusworksapce\web\web-admin... │ └ 项目初始化完成,可执行以下命令: cd web-admin pnpm install pnpm format pnpm dev | 可选:使用以下命令在项目目录中初始化 Git: git init && git add -A && git commit -m "initial commit"