中医古籍标引
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hujunke 30268ae879 feat:页面 9 hours ago
.husky clone acupuncture-moxibustion-admin仓库 1 month ago
.vite/deps_temp_0a7b5178 clone acupuncture-moxibustion-admin仓库 1 month ago
.vscode clone acupuncture-moxibustion-admin仓库 1 month ago
build clone acupuncture-moxibustion-admin仓库 1 month ago
envconfig clone acupuncture-moxibustion-admin仓库 1 month ago
public clone acupuncture-moxibustion-admin仓库 1 month ago
src feat:页面 9 hours ago
.editorconfig clone acupuncture-moxibustion-admin仓库 1 month ago
.env feat: 标注demo 1 month ago
.env.development clone acupuncture-moxibustion-admin仓库 1 month ago
.env.production clone acupuncture-moxibustion-admin仓库 1 month ago
.env.test clone acupuncture-moxibustion-admin仓库 1 month ago
.eslintignore clone acupuncture-moxibustion-admin仓库 1 month ago
.eslintrc.cjs feat:页面 9 hours ago
.gitignore clone acupuncture-moxibustion-admin仓库 1 month ago
.prettierignore clone acupuncture-moxibustion-admin仓库 1 month ago
.prettierrc.cjs clone acupuncture-moxibustion-admin仓库 1 month ago
.stylelintignore clone acupuncture-moxibustion-admin仓库 1 month ago
.stylelintrc.cjs clone acupuncture-moxibustion-admin仓库 1 month ago
CHANGELOG.md clone acupuncture-moxibustion-admin仓库 1 month ago
LICENSE clone acupuncture-moxibustion-admin仓库 1 month ago
README.md update README 1 month ago
commitlint.config.cjs clone acupuncture-moxibustion-admin仓库 1 month ago
index.html clone acupuncture-moxibustion-admin仓库 1 month ago
lint-staged.config.cjs clone acupuncture-moxibustion-admin仓库 1 month ago
package-lock.json feat: 部分页面 3 weeks ago
package.json clone acupuncture-moxibustion-admin仓库 1 month ago
pnpm-lock.yaml clone acupuncture-moxibustion-admin仓库 1 month ago
postcss.config.cjs clone acupuncture-moxibustion-admin仓库 1 month ago
tsconfig.json clone acupuncture-moxibustion-admin仓库 1 month ago
vite.config.ts clone acupuncture-moxibustion-admin仓库 1 month ago

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