逍遥游后代管理前端代码

ba69c63af6 Merge remote-tracking branch 'origin/v1.9' 2 weeks ago
.vscode 0332092322 rich text 4 months ago
public f17029b07f init 5 months ago
src ba69c63af6 Merge remote-tracking branch 'origin/v1.9' 2 weeks ago
.browserslistrc f17029b07f init 5 months ago
.editorconfig f17029b07f init 5 months ago
.env.development fe7441a603 fix 封禁群组二开 1 month ago
.env.production 1618cbf41f feat: 项目日历价格编辑 4 months ago
.env.staging 1618cbf41f feat: 项目日历价格编辑 4 months ago
.eslintignore f17029b07f init 5 months ago
.eslintrc-auto-import.json f17029b07f init 5 months ago
.eslintrc.cjs f17029b07f init 5 months ago
.gitignore f17029b07f init 5 months ago
.prettierrc.cjs f17029b07f init 5 months ago
README.md f17029b07f init 5 months ago
auto-imports.d.ts 1618cbf41f feat: 项目日历价格编辑 4 months ago
babel.config.js f17029b07f init 5 months ago
components.d.ts 6006804f33 fix:橙单升级 3 months ago
index.html f17029b07f init 5 months ago
package-lock.json 5c57d1fe2a [fix] 2 months ago
package.json 6006804f33 fix:橙单升级 3 months ago
pnpm-lock.yaml 6006804f33 fix:橙单升级 3 months ago
tsconfig.json 0332092322 rich text 4 months ago
tsconfig.node.json f17029b07f init 5 months ago
vue.config.js f17029b07f init 5 months ago

README.md

探索前端前沿技术,并创建相关的模板

主要内容

主要工具包

  • vite4 vue3 pinia vue-router axios ts element-plus vant

主要规范工化工具

  • eslint规范及配置
  • prettier规范及配置
  • stylelint规范及配置

推荐的约束

  • 推荐使用vscode编辑器 安装eslint插件 prettier插件 Volar插件
  • 推荐使用node 18.16.1 版本

使用方式

  • 克隆项目到本地
  • 进入项目根目录 执行 npm install 安装依赖
  • 启动项目 npm run dev
  • 访问 http://localhost:8085