|
|
vor 1 Jahr | |
|---|---|---|
| .vscode | vor 1 Jahr | |
| public | vor 1 Jahr | |
| src | vor 1 Jahr | |
| test | vor 1 Jahr | |
| .cypress-cucumber-preprocessorrc.json | vor 1 Jahr | |
| .env | vor 1 Jahr | |
| .env.development | vor 1 Jahr | |
| .eslintrc | vor 1 Jahr | |
| .gitignore | vor 1 Jahr | |
| .prettierignore | vor 1 Jahr | |
| .prettierrc | vor 1 Jahr | |
| .stylelintrc | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| cypress.config.ts | vor 1 Jahr | |
| e2e_wsl_setup.sh | vor 1 Jahr | |
| index.html | vor 1 Jahr | |
| package.json | vor 1 Jahr | |
| pnpm-lock.yaml | vor 1 Jahr | |
| postcss.config.js | vor 1 Jahr | |
| scene.json | vor 1 Jahr | |
| tailwind.config.ts | vor 1 Jahr | |
| tsconfig.json | vor 1 Jahr | |
| vite-env.d.ts | vor 1 Jahr | |
| vite.config.ts | vor 1 Jahr | |
| yarn.lock | vor 1 Jahr |
https://docs.4dkankan.com/#/zh-cn/guide/quickstart
npm i in the root dir to install all dependenciesnpm run dev
npm run build
npm run serve
npm run buildnpm run test
test/unit (uses vitest)npm run test:watch
test/unit with watch mode enabled (uses vitest)npm run coverage
test/unit with coverage reports (uses vitest)npm run test:e2e
npm run test:e2e:headless
npm run lint
.eslintrc)npm run format