beimingwu/frontend
AnnyTerfect d261a3c85c
Merge pull request #106 from Learnware-LAMDA/perf(frontend)/style_opt
perf(frontend): optimize all user search style
2023-11-07 23:31:59 +08:00
..
packages Merge pull request #106 from Learnware-LAMDA/perf(frontend)/style_opt 2023-11-07 23:31:59 +08:00
.eslintignore chore(frontend): move to typescript 2023-10-10 22:19:13 +08:00
.eslintrc.cjs refactor(frontend): add eslint plugin vuetify 2023-11-02 21:50:11 +08:00
.prettierignore refactor(frontend): migrate to tailwindcss 2023-11-05 18:12:30 +08:00
.prettierrc feat(frontend): setup prettier 2023-10-29 23:54:09 +08:00
README.md refactor(frontend): migrate to tailwindcss 2023-11-05 18:12:30 +08:00
package.json feat(frontend): add router change progress 2023-11-06 17:01:28 +08:00
pnpm-lock.yaml feat(frontend): add router change progress 2023-11-06 17:01:28 +08:00
pnpm-workspace.yaml chore(frontend): change to pnpm 2023-10-10 09:44:00 +08:00
shim.d.ts fix(frontend): fix type error 2023-11-01 11:32:37 +08:00
tsconfig.eslint.json fix(frontend): eslint ignorepattern 2023-10-21 15:54:18 +08:00
tsconfig.json fix(frontend): fix type error 2023-11-01 11:32:37 +08:00
tsup.config.ts chore(frontend): bundle types using tsup 2023-10-21 13:24:20 +08:00
vite-env.d.ts fix(frontend): fix type error 2023-11-01 11:32:37 +08:00

README.md

Learnware frontend

A learnware frontend based on vite + vue3 + vuetify + vuerouter.

Setup

Install the essential dependency

npm install

Develop

npm run dev

build

npm run build