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.
awei
626bb5f9f6
|
7 months ago | |
---|---|---|
.vscode | 8 months ago | |
build/vite | 8 months ago | |
mock | 8 months ago | |
public | 8 months ago | |
scripts | 8 months ago | |
src | 7 months ago | |
tests | 8 months ago | |
.editorconfig | 8 months ago | |
.env | 8 months ago | |
.env.development | 8 months ago | |
.env.production | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
eslint.config.js | 8 months ago | |
index.html | 8 months ago | |
package.json | 7 months ago | |
pnpm-lock.yaml | 7 months ago | |
tsconfig.json | 8 months ago | |
uno.config.ts | 8 months ago | |
vite.config.ts | 8 months ago | |
vite.config.ts.timestamp-1708754004762-94ff511867383.mjs | 7 months ago |
README.md
盛年会议 - 新版
项目简介
- 提交代码使用
npm run cz
代替git commit
。
目录结构
api
:存放接口文件。assets
:存放静态资源文件。components
:存放公共组件(自动注册)。composables
:存放自定义hook(自动注册)。layout
: 存放布局文件。store
:存放pinia存储文件。styles
:存放样式文件。utils
:存放工具函数。views
:存放页面文件。App.vue
:根组件。main.ts
:入口文件。shims-vue.d.ts
:类型文件。vite.config.ts
:vite配置文件。tsconfig.json
:typescript配置文件。package.json
:依赖文件。README.md
:项目说明文件。