Go to file
2023-06-22 08:03:04 +08:00
.github/workflows Update e2e test 2023-02-10 21:57:02 +08:00
.vscode Tidy up project 2023-02-18 11:18:29 +08:00
locales Update i18n 2023-02-19 10:34:27 +08:00
public Remove _headers 2023-02-19 12:14:51 +08:00
src Add teachers page 2023-06-22 08:03:04 +08:00
test Update test 2023-02-10 21:24:16 +08:00
.dockerignore Initial commit 2023-02-05 18:11:34 +08:00
.editorconfig Initial commit 2023-02-05 18:11:34 +08:00
.eslintrc Initial commit 2023-02-05 18:11:34 +08:00
.gitignore Initial commit 2023-02-05 18:11:34 +08:00
.markdownlintrc Update Nav 2023-04-15 22:05:12 +08:00
.npmrc Initial commit 2023-02-05 18:11:34 +08:00
cypress.config.ts Initial commit 2023-02-05 18:11:34 +08:00
Dockerfile Initial commit 2023-02-05 18:11:34 +08:00
index.html Update style 2023-05-03 13:08:53 +08:00
LICENSE Update LICENCE 2023-02-18 11:13:27 +08:00
package.json Update style 2023-06-20 23:44:17 +08:00
pnpm-lock.yaml Update style 2023-06-20 23:44:17 +08:00
README.md Update contribute.md 2023-02-18 20:30:07 +08:00
tsconfig.json Initial commit 2023-02-05 18:11:34 +08:00
unocss.config.ts Update style 2023-06-20 23:44:17 +08:00
vercel.json Update vercel.json 2023-04-15 22:31:34 +08:00
vite.config.ts Update style 2023-06-20 23:44:17 +08:00

19yuke2-vue

合肥市南园学校19预科2班纪念站点项目

项目结构

19yuke2-vue
├─.dockerignore
├─.editorconfig
├─.eslintrc
├─.gitignore
├─.npmrc
├─cypress.config.ts
├─Dockerfile
├─index.html
├─LICENSE
├─package.json
├─pnpm-lock.yaml
├─README.md
├─tsconfig.json
├─unocss.config.ts
├─vite.config.ts
├─test
├─src
|  ├─App.vue
|  ├─auto-imports.d.ts
|  ├─components.d.ts
|  ├─main.ts
|  ├─shims.d.ts
|  ├─types.ts
|  ├─styles
|  |   ├─main.css
|  |   └markdown.css
|  ├─posts
|  |   └contribute.md
|  ├─plugins
|  |    └vuetify.ts
|  ├─pages
|  |   ├─about.md
|  |   └index.md
|  ├─modules
|  |    ├─i18n.ts
|  |    ├─nprogress.ts
|  |    └pwa.ts
|  ├─layouts
|  |    ├─404.vue
|  |    └default.vue
|  ├─composables
|  |      └dark.ts
|  ├─components
|  |     ├─Footer.vue
|  |     └Nav.vue
├─public
├─locales
|    ├─en.yml
|    └zh-CN.yml
├─dist
├─.vscode
|    └settings.json
├─.github
|    ├─workflows
|    |     └ci.yml