You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
LiLongLong 70ba8aa1df 优化工艺加热步骤 3 months ago
public feat:logo替换 3 months ago
server feat: 调试功能实现 3 months ago
src 优化工艺加热步骤 3 months ago
.env.dev fix: 项目配置解析优化 3 months ago
.env.pre fix: 项目配置解析优化 3 months ago
.env.prod fix: 项目配置解析优化 3 months ago
.env.test fix: 项目配置解析优化 3 months ago
.gitignore feat:project init 3 months ago
.npmrc feat:project init 3 months ago
.postcssrc.js fix: 解决警告 3 months ago
.prettierrc feat:project init 3 months ago
README.md feat:project init 3 months ago
commitlint.config.js feat:project init 3 months ago
eslint.config.js feat:project init 3 months ago
increment-version.js feat:project init 3 months ago
index.html feat:project init 3 months ago
package-lock.json rebase1 3 months ago
package.json rebase 冲突 3 months ago
tsconfig.json feat:project init 3 months ago
vite.config.ts rebase 冲突 3 months ago

README.md

前端项目模板

文件目录
  • src
    • components 组件目录
    • apis 接口文件目录
    • assets 静态资源目录
    • hooks hooks目录
    • libs 公共工具类
    • router 页面路由
    • stores 项目公共状态管理
    • types 类型申明
    • views 页面目录
项目运行

项目采用pnpm 进行依赖构建,请先安装pnpm pnpm - 速度快、节省磁盘空间的软件包管理器

  npm install pnpm -g
  pnpm install // 安装依赖
  pnpm dev // 运行项目