# qd_pc
**Repository Path**: cheere/qd_pc
## Basic Information
- **Project Name**: qd_pc
- **Description**: [DEPRECATED] Nuxt 公司官网
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-21
- **Last Updated**: 2022-05-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# qd_mall_pc
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## 安装 `npx create-nuxt-app nuxt-pc-demo`
? Project name: `nuxt-pc-demo`
? Programming language: `JavaScript`
? Package manager: `Yarn`
? UI framework: `None`
? Nuxt.js modules: `Axios`
? Linting tools: `ESLint`
? Testing framework: `None`
? Rendering mode: `Universal (SSR / SSG)`
? Deployment target: `Server (Node.js hosting)`
## nuxt export 错误 (nuxt > 2.12)
https://github.com/nuxt/create-nuxt-app/issues/560
最后还是使用 `"generate": "nuxt generate"` 在 `package.json`
#### 参考
[baoyuzhang
/
JD.COM](https://github.com/baoyuzhang/JD.COM)