Initial commit
上级
正在显示
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
components/NavHeader/assets/logo.png
0 → 100644
3.6 KB
components/NavHeader/index.module.scss
0 → 100644
components/NavHeader/index.tsx
0 → 100644
components/brandSelectSearch/index.scss
0 → 100644
components/brandSelectSearch/index.tsx
0 → 100644
components/footer/assets/logo.png
0 → 100644
4.4 KB
components/footer/index.module.scss
0 → 100644
components/footer/index.tsx
0 → 100644
components/layout/index.scss
0 → 100644
components/layout/index.tsx
0 → 100644
components/uploader/index.scss
0 → 100644
components/uploader/index.tsx
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "create-next-app-antd", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "next lint", | ||
| "predev": "ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx", | ||
| "prebuild": "cross-env NODE_ENV=production ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx" | ||
| }, | ||
| "devDependencies": { | ||
| "@ant-design/cssinjs": "^1.3.0", | ||
| "@ant-design/static-style-extract": "~1.0.1", | ||
| "@next/font": "^13.1.1", | ||
| "@types/node": "^18.11.17", | ||
| "@types/react": "^18.0.26", | ||
| "@types/react-dom": "^18.0.10", | ||
| "antd": "^5.1.0", | ||
| "cross-env": "^7.0.3", | ||
| "eslint": "^8.30.0", | ||
| "eslint-config-next": "^13.1.1", | ||
| "next": "^13.1.1", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "ts-node": "^10.9.1", | ||
| "tslib": "^2.5.0", | ||
| "typescript": "^4.9.4", | ||
| "sass": "^1.62.1" | ||
| }, | ||
| "dependencies": {} | ||
| } |
pages/_app.tsx
0 → 100644
pages/_document.tsx
0 → 100644
pages/api/hello.ts
0 → 100644
pages/home/index.tsx
0 → 100644
pages/mall/index.module.scss
0 → 100644
pages/mall/index.tsx
0 → 100644
pages/projectInfo/assets/banner.png
0 → 100644
91.2 KB
pages/projectInfo/assets/noResolve.png
0 → 100644
3.2 KB
pages/projectInfo/assets/resolved.png
0 → 100644
4.8 KB
pages/projectInfo/index.module.scss
0 → 100644
pages/projectInfo/index.tsx
0 → 100644
public/favicon.ico
0 → 100644
File added
public/next.svg
0 → 100644
public/thirteen.svg
0 → 100644
public/vercel.svg
0 → 100644
scripts/genAntdCss.tsx
0 → 100644
styles/index.scss
0 → 100644
styles/reset.scss
0 → 100644
theme/index.tsx
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644