|
|
hai 1 ano | |
|---|---|---|
| .vscode | hai 1 ano | |
| public | hai 1 ano | |
| src | hai 1 ano | |
| test | hai 1 ano | |
| .cypress-cucumber-preprocessorrc.json | hai 1 ano | |
| .env | hai 1 ano | |
| .env.development | hai 1 ano | |
| .eslintrc | hai 1 ano | |
| .gitignore | hai 1 ano | |
| .prettierignore | hai 1 ano | |
| .prettierrc | hai 1 ano | |
| .stylelintrc | hai 1 ano | |
| README.md | hai 1 ano | |
| cypress.config.ts | hai 1 ano | |
| e2e_wsl_setup.sh | hai 1 ano | |
| index.html | hai 1 ano | |
| package.json | hai 1 ano | |
| pnpm-lock.yaml | hai 1 ano | |
| postcss.config.js | hai 1 ano | |
| scene.json | hai 1 ano | |
| tailwind.config.ts | hai 1 ano | |
| tsconfig.json | hai 1 ano | |
| vite-env.d.ts | hai 1 ano | |
| vite.config.ts | hai 1 ano | |
| yarn.lock | hai 1 ano |
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