首次提交
parents
Showing
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "company-website", | |||
| "version": "1.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "vue": "^3.4.0", | |||
| "element-plus": "^2.4.0", | |||
| "vue-router": "^4.2.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^4.5.0", | |||
| "sass-embedded": "^1.93.2", | |||
| "vite": "^5.0.0" | |||
| } | |||
| } |
src/App.vue
0 → 100644
src/assets/common/btnBC.png
0 → 100644
7.87 KB
src/assets/common/home.png
0 → 100644
2.11 KB
src/assets/common/line.png
0 → 100644
167 Bytes
src/assets/common/whiteLogo.png
0 → 100644
16 KB
src/assets/footer/bc.png
0 → 100644
6.3 KB
src/assets/footer/footer.png
0 → 100644
5.42 KB
src/assets/footer/qrCode.png
0 → 100644
3.52 KB
src/assets/header/logo.png
0 → 100644
16 KB
src/assets/header/logo_select.png
0 → 100644
11.8 KB
src/assets/homepage/ReadMore.png
0 → 100644
4.9 KB
src/components/Button.vue
0 → 100644
src/components/Footer.vue
0 → 100644
src/components/FormInput.vue
0 → 100644
src/components/HeaderNav.vue
0 → 100644
src/components/HeroSection.vue
0 → 100644
src/components/Layout.vue
0 → 100644
src/components/SectionWrapper.vue
0 → 100644
src/components/page_btn_group.vue
0 → 100644
src/font/DINEngAlt/DINEngAlt.ttf
0 → 100644
File added
src/font/Gilroy/Gilroy-ExtraBold.otf
0 → 100644
File added
File added
src/font/Gilroy/Gilroy-HeavyItalic-8.otf
0 → 100644
File added
src/font/Gilroy/Gilroy-Light-11.otf
0 → 100644
File added
src/font/Gilroy/Gilroy-LightItalic-12.otf
0 → 100644
File added
src/font/Gilroy/Gilroy-Medium-2.otf
0 → 100644
File added
src/font/Gilroy/Gilroy-Thin-13.otf
0 → 100644
File added
src/font/Gilroy/Gilroy-ThinItalic-14.otf
0 → 100644
File added
File added
src/font/Gilroy/gilroy-black-6.otf
0 → 100644
File added
src/font/Gilroy/gilroy-blackitalic-7.otf
0 → 100644
File added
src/font/Gilroy/gilroy-bold-4.otf
0 → 100644
File added
src/font/Gilroy/gilroy-regular-3.otf
0 → 100644
File added
src/font/OPPOSans/OPPOSans-B-2.ttf
0 → 100644
File added
src/font/OPPOSans/OPPOSans-H-2.ttf
0 → 100644
File added
src/font/OPPOSans/OPPOSans-L-2.ttf
0 → 100644
File added
src/font/OPPOSans/OPPOSans-M-2.ttf
0 → 100644
File added
src/font/OPPOSans/OPPOSans-R-2.ttf
0 → 100644
File added
src/font/fonts.css
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/style.css
0 → 100644
src/views/Case.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Cooperation.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Product.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Serve.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/agent.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/brand.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/certification.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/common.css
0 → 100644
src/views/contact-us.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/homepage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/lease.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operator.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tip.vue
0 → 100644
vite.config.js
0 → 100644