中医古籍标引
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
hujunke 30268ae879 feat:页面 9 saat önce
.husky clone acupuncture-moxibustion-admin仓库 1 ay önce
.vite/deps_temp_0a7b5178 clone acupuncture-moxibustion-admin仓库 1 ay önce
.vscode clone acupuncture-moxibustion-admin仓库 1 ay önce
build clone acupuncture-moxibustion-admin仓库 1 ay önce
envconfig clone acupuncture-moxibustion-admin仓库 1 ay önce
public clone acupuncture-moxibustion-admin仓库 1 ay önce
src feat:页面 9 saat önce
.editorconfig clone acupuncture-moxibustion-admin仓库 1 ay önce
.env feat: 标注demo 1 ay önce
.env.development clone acupuncture-moxibustion-admin仓库 1 ay önce
.env.production clone acupuncture-moxibustion-admin仓库 1 ay önce
.env.test clone acupuncture-moxibustion-admin仓库 1 ay önce
.eslintignore clone acupuncture-moxibustion-admin仓库 1 ay önce
.eslintrc.cjs feat:页面 9 saat önce
.gitignore clone acupuncture-moxibustion-admin仓库 1 ay önce
.prettierignore clone acupuncture-moxibustion-admin仓库 1 ay önce
.prettierrc.cjs clone acupuncture-moxibustion-admin仓库 1 ay önce
.stylelintignore clone acupuncture-moxibustion-admin仓库 1 ay önce
.stylelintrc.cjs clone acupuncture-moxibustion-admin仓库 1 ay önce
CHANGELOG.md clone acupuncture-moxibustion-admin仓库 1 ay önce
LICENSE clone acupuncture-moxibustion-admin仓库 1 ay önce
README.md update README 1 ay önce
commitlint.config.cjs clone acupuncture-moxibustion-admin仓库 1 ay önce
index.html clone acupuncture-moxibustion-admin仓库 1 ay önce
lint-staged.config.cjs clone acupuncture-moxibustion-admin仓库 1 ay önce
package-lock.json feat: 部分页面 3 hafta önce
package.json clone acupuncture-moxibustion-admin仓库 1 ay önce
pnpm-lock.yaml clone acupuncture-moxibustion-admin仓库 1 ay önce
postcss.config.cjs clone acupuncture-moxibustion-admin仓库 1 ay önce
tsconfig.json clone acupuncture-moxibustion-admin仓库 1 ay önce
vite.config.ts clone acupuncture-moxibustion-admin仓库 1 ay önce

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