巴塞尔临床研究项目应用基础配置指南

项目结构解析

本项目采用 Go 语言构建后端服务,并使用 Vue.js 框架搭建前端界面。以下是项目目录结构概述:

  • build:存放项目生产环境运行所需的所有信息。
  • bin:存放用于运行服务的可执行文件。
  • public:存放服务需要提供的静态文件。
  • templates:存放项目使用的模板文件。
zip
scratch-master.zip 预估大小:43个文件
folder
scratch-master 文件夹
folder
src 文件夹
folder
frontend 文件夹
file
.eslintrc 962B
file
postcss.config.js 282B
file
yarn.lock 2KB
file
webpack.config.js 4KB
file
.babelrc 120B
folder
app 文件夹
file
main.js 826B
folder
store 文件夹
file
mutations.js 248B
file
state.js 102B
file
actions.js 275B
file
index.js 1KB
folder
styles 文件夹
folder
common 文件夹
folder
reset.styl 文件夹
file
colors.styl 307B
folder
mixins 文件夹
file
clearfix.styl 109B
file
app.styl 138B
folder
components 文件夹
file
hello.styl 112B
file
hello.vue 506B
file
app.vue 233B
file
routes.js 252B
file
.eslintignore 23B
file
package.json 551B
folder
backend 文件夹
file
main.go 2KB
folder
logger 文件夹
file
logger.go 870B
folder
environment 文件夹
file
environment.go 846B
folder
samplehandlers 文件夹
file
errorExample.go 1KB
file
helloWorld.go 227B
file
sampleHandlers_test.go 2KB
file
sampleHandlers.go 1KB
file
helloWorld_test.go 684B
folder
repository 文件夹
file
sample.go 947B
folder
vendor 文件夹
file
vendor.json 5KB
folder
.gitkeep 文件夹
file
docker-compose.yml 1KB
folder
build 文件夹
file
build.sh 881B
folder
public 文件夹
file
index.html 953B
folder
assets 文件夹
folder
.gitkeep 文件夹
folder
.gitkeep 文件夹
file
Dockerfile 674B
folder
templates 文件夹
folder
.gitkeep 文件夹
folder
bin 文件夹
folder
.gitkeep 文件夹
folder
test 文件夹
folder
.gitkeep 文件夹
folder
docs 文件夹
folder
.gitkeep 文件夹
file
.gitignore 50B
file
readme.md 4KB
zip 文件大小:25.8KB