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.
 
 
 
 
 
guoapeng 019e18fc2d fix:最后一条工艺不添加间隔时间 2 hours ago
public init 5 months ago
src fix:最后一条工艺不添加间隔时间 2 hours ago
.env.dev fix: ws重连机制 2 weeks ago
.env.pre fix: 本地啊代理地址跟随环境变量设置 3 weeks ago
.env.prod fix: 本地啊代理地址跟随环境变量设置 3 weeks ago
.env.test fix: test环境统一使用本地服务 2 weeks ago
.eslintrc-auto-import.json fix:状态添加 5 months ago
.gitignore clone:dist版本自动增加 4 months ago
.npmrc init 5 months ago
.postcssrc.js fix:输入校验 4 months ago
.prettierrc init 5 months ago
README.md init 5 months ago
auto-imports.d.ts fix:状态添加 5 months ago
commitlint.config.js init 5 months ago
eslint.config.js fix:喷涂绘制信息 4 months ago
increment-version.js fix: 修改构建指令;test环境可以跳过自检 3 weeks ago
index.html init 5 months ago
package.json fix: Update version to V1.0.14 2 weeks ago
pnpm-lock.yaml fix: 帅气而又炫酷的工艺编辑页面 3 weeks ago
tsconfig.json fix:喷涂绘制信息 4 months ago
vite.config.ts fix: 本地啊代理地址跟随环境变量设置 3 weeks 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 // 运行项目