Go to file
李如威 f060720fcc feat: 删除多余引用 2026-01-07 15:49:16 +08:00
.husky feat: init 2025-12-30 17:15:46 +08:00
config feat: 对话页面 2025-12-31 17:47:45 +08:00
mock feat: init 2025-12-30 17:15:46 +08:00
public feat: 简易结构 2025-12-30 17:26:27 +08:00
src feat: 删除多余引用 2026-01-07 15:49:16 +08:00
tests feat: init 2025-12-30 17:15:46 +08:00
types feat: init 2025-12-30 17:15:46 +08:00
.commitlintrc.js feat: init 2025-12-30 17:15:46 +08:00
.editorconfig feat: init 2025-12-30 17:15:46 +08:00
.gitignore feat: init 2025-12-30 17:15:46 +08:00
.lintstagedrc feat: init 2025-12-30 17:15:46 +08:00
.npmrc feat: init 2025-12-30 17:15:46 +08:00
README.md feat: init 2025-12-30 17:15:46 +08:00
biome.json feat: init 2025-12-30 17:15:46 +08:00
jest.config.ts feat: init 2025-12-30 17:15:46 +08:00
package.json feat: 欢迎页面 2025-12-31 15:59:36 +08:00
tsconfig.json feat: init 2025-12-30 17:15:46 +08:00

README.md

AI Pipeline

This project is initialized with AI Pipeline. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

AI Pipeline provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.