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.
 
 
 
 
 
guoanpeng 87980f8eb6 fix: Update version to V0.0.26 3 days ago
public fix: Update version to V0.0.1 3 weeks ago
server fix: Update version to V0.0.1 3 weeks ago
src fix: ml==>mL; 3 days ago
.env.dev fix: Update version to V0.0.1 3 weeks ago
.env.pre fix: Update version to V0.0.1 3 weeks ago
.env.prod fix: Update version to V0.0.1 3 weeks ago
.env.test fix: 工艺 2 weeks ago
.gitignore fix: Update version to V0.0.1 3 weeks ago
.npmrc fix: Update version to V0.0.1 3 weeks ago
.postcssrc.js fix: Update version to V0.0.1 3 weeks ago
.prettierrc fix: Update version to V0.0.1 3 weeks ago
README.md fix: Update version to V0.0.1 3 weeks ago
commitlint.config.js fix: Update version to V0.0.1 3 weeks ago
eslint.config.js fix: Update version to V0.0.1 3 weeks ago
increment-version.js fix: Update version to V0.0.1 3 weeks ago
index.html feat: init 3 weeks ago
package.json fix: Update version to V0.0.26 3 days ago
tsconfig.json fix: Update version to V0.0.1 3 weeks ago
vite.config.ts feat: init 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 // 运行项目