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