|
|
пре 9 месеци | |
|---|---|---|
| .vscode | пре 10 месеци | |
| public | пре 10 месеци | |
| src | пре 9 месеци | |
| test | пре 10 месеци | |
| .cypress-cucumber-preprocessorrc.json | пре 10 месеци | |
| .eslintrc | пре 9 месеци | |
| .gitignore | пре 9 месеци | |
| .prettierignore | пре 10 месеци | |
| .prettierrc | пре 10 месеци | |
| .stylelintrc | пре 10 месеци | |
| README.md | пре 10 месеци | |
| cypress.config.ts | пре 10 месеци | |
| e2e_wsl_setup.sh | пре 10 месеци | |
| index.html | пре 9 месеци | |
| package.json | пре 9 месеци | |
| pnpm-lock.yaml | пре 9 месеци | |
| postcss.config.js | пре 10 месеци | |
| scene.json | пре 9 месеци | |
| tailwind.config.ts | пре 10 месеци | |
| tsconfig.json | пре 10 месеци | |
| vite.config.ts | пре 9 месеци | |
| yarn.lock | пре 9 месеци |
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