|
пре 8 месеци | |
---|---|---|
.vscode | пре 10 месеци | |
public | пре 8 месеци | |
src | пре 8 месеци | |
test | пре 10 месеци | |
.cypress-cucumber-preprocessorrc.json | пре 10 месеци | |
.env | пре 9 месеци | |
.env.development | пре 9 месеци | |
.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 | пре 8 месеци | |
pnpm-lock.yaml | пре 8 месеци | |
postcss.config.js | пре 10 месеци | |
scene.json | пре 9 месеци | |
tailwind.config.ts | пре 10 месеци | |
tsconfig.json | пре 9 месеци | |
vite-env.d.ts | пре 9 месеци | |
vite.config.ts | пре 9 месеци | |
yarn.lock | пре 8 месеци |
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 build
npm 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