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