feat: 初始化uni-app项目基础配置
- 配置ESLint使用antfu规范支持Vue项目 - 添加package.json包含项目基本信息和依赖 - 格式化App.vue代码风格统一使用缩进 - 调整首页模板结构并添加scoped样式
Showing
eslint.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "angel-angel-mini-game", | |||
| "type": "module", | |||
| "version": "1.0.0", | |||
| "packageManager": "pnpm@10.11.0", | |||
| "description": "", | |||
| "author": "", | |||
| "license": "ISC", | |||
| "keywords": [], | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "devDependencies": { | |||
| "@antfu/eslint-config": "^7.2.0", | |||
| "eslint": "^9.39.2" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
Please
register
or
sign in
to comment