Go to file
Ling 858d4cf012 feat: Update project name in README and package-lock for consistency 2025-10-09 16:41:55 +08:00
public Init commit 2025-09-25 14:37:32 +08:00
src feat: Update HR employee synchronization functionality; add sync button and improve user feedback 2025-10-09 16:38:41 +08:00
.browserslistrc Init commit 2025-09-25 14:37:32 +08:00
.eslintrc.cjs Init commit 2025-09-25 14:37:32 +08:00
.eslintrc.js Init commit 2025-09-25 14:37:32 +08:00
.gitignore Init commit 2025-09-25 14:37:32 +08:00
.prettierrc.json Init commit 2025-09-25 14:37:32 +08:00
README.md feat: Update project name in README and package-lock for consistency 2025-10-09 16:41:55 +08:00
babel.config.js Init commit 2025-09-25 14:37:32 +08:00
build.bat Init commit 2025-09-25 14:37:32 +08:00
env.d.ts Init commit 2025-09-25 14:37:32 +08:00
index.html feat: Update project name and title for consistency; enhance HR employee sync functionality 2025-09-29 10:21:04 +08:00
install.bat Init commit 2025-09-25 14:37:32 +08:00
package-lock.json feat: Update project name in README and package-lock for consistency 2025-10-09 16:41:55 +08:00
package.json feat: Update project name and title for consistency; enhance HR employee sync functionality 2025-09-29 10:21:04 +08:00
pnpm-lock.yaml Init commit 2025-09-25 14:37:32 +08:00
run.bat Init commit 2025-09-25 14:37:32 +08:00
tsconfig.app.json Init commit 2025-09-25 14:37:32 +08:00
tsconfig.json Init commit 2025-09-25 14:37:32 +08:00
tsconfig.node.json Init commit 2025-09-25 14:37:32 +08:00
vite.config.ts feat: Add HR department synchronization and employee management extensions 2025-09-26 11:14:55 +08:00
volar.config.js Init commit 2025-09-25 14:37:32 +08:00

README.md

Laservall Manager System Web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.