|
|
4 年 前 | |
|---|---|---|
| .. | ||
| public | 4 年 前 | |
| src | 4 年 前 | |
| .eslintignore | 4 年 前 | |
| .gitignore | 4 年 前 | |
| README.md | 4 年 前 | |
| babel.config.js | 4 年 前 | |
| package.json | 4 年 前 | |
| vue.config.js | 4 年 前 | |
| yarn.lock | 4 年 前 | |
在 src/config 目录下创建 app.js 文件,并在文件中添加如下代码:
export const appId = 'xxxx-xxxxxxxx';
export const appKey = 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'; // 请替换为正确的 appId 及 appKey
yarn install
yarn serve
yarn build
yarn lint