weizhuozhongzhi/project-structure

30 lines
799 B
Plaintext
Raw Permalink Normal View History

2026-02-10 15:11:41 +08:00
ip-company-website/
├── public/
│ ├── images/
│ └── favicon.svg
├── src/
│ ├── assets/
│ ├── components/
│ │ └── Navbar.vue
│ ├── views/
│ │ ├── Home.vue
│ │ ├── Team.vue
│ │ ├── Qualification.vue
│ │ ├── Clients.vue
│ │ └── Contact.vue
│ ├── router/
│ │ └── index.ts
│ ├── stores/
│ │ └── contact.ts
│ ├── types/
│ │ └── shims-vue.d.ts
│ ├── utils/
│ ├── App.vue
│ ├── main.ts
│ ├── env.d.ts
│ └── style.css
├── index.html
├── package.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts