中医古籍标引
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
hujunke e594fc18ab delete package-lock.json hace 1 mes
.husky clone acupuncture-moxibustion-admin仓库 hace 1 mes
.vite/deps_temp_0a7b5178 clone acupuncture-moxibustion-admin仓库 hace 1 mes
.vscode clone acupuncture-moxibustion-admin仓库 hace 1 mes
build clone acupuncture-moxibustion-admin仓库 hace 1 mes
envconfig clone acupuncture-moxibustion-admin仓库 hace 1 mes
public clone acupuncture-moxibustion-admin仓库 hace 1 mes
src clone acupuncture-moxibustion-admin仓库 hace 1 mes
.editorconfig clone acupuncture-moxibustion-admin仓库 hace 1 mes
.env clone acupuncture-moxibustion-admin仓库 hace 1 mes
.env.development clone acupuncture-moxibustion-admin仓库 hace 1 mes
.env.production clone acupuncture-moxibustion-admin仓库 hace 1 mes
.env.test clone acupuncture-moxibustion-admin仓库 hace 1 mes
.eslintignore clone acupuncture-moxibustion-admin仓库 hace 1 mes
.eslintrc.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
.gitignore clone acupuncture-moxibustion-admin仓库 hace 1 mes
.prettierignore clone acupuncture-moxibustion-admin仓库 hace 1 mes
.prettierrc.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
.stylelintignore clone acupuncture-moxibustion-admin仓库 hace 1 mes
.stylelintrc.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
CHANGELOG.md clone acupuncture-moxibustion-admin仓库 hace 1 mes
LICENSE clone acupuncture-moxibustion-admin仓库 hace 1 mes
README.md update README hace 1 mes
commitlint.config.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
index.html clone acupuncture-moxibustion-admin仓库 hace 1 mes
lint-staged.config.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
package.json clone acupuncture-moxibustion-admin仓库 hace 1 mes
pnpm-lock.yaml clone acupuncture-moxibustion-admin仓库 hace 1 mes
postcss.config.cjs clone acupuncture-moxibustion-admin仓库 hace 1 mes
tsconfig.json clone acupuncture-moxibustion-admin仓库 hace 1 mes
vite.config.ts clone acupuncture-moxibustion-admin仓库 hace 1 mes

README.md

安装使用步骤 📔

  • Clone:
git clone https://gitea.51trust.net/hujunke/chinese-medicine-ancientBooks-admin.git
  • Install:
pnpm install
  • Run:
pnpm dev
pnpm serve
  • Build:
# 开发环境
pnpm build:dev

# 测试环境
pnpm build:test

# 生产环境
pnpm build:pro
  • Lint:
# eslint 检测代码
pnpm lint:eslint

# prettier 格式化代码
pnpm lint:prettier

# stylelint 格式化样式
pnpm lint:stylelint
  • commit:
# 提交代码(提交前会自动执行 lint:lint-staged 命令)
pnpm commit