|
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