Skip to content

UzumakiHan/mfex-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfex-project

前端脚手架创建工具,包括vue和react的基本项目模板,使用的是vite+ts

全局安装

npm install -g mfex-project

初始化项目

vue项目

mfex-project create vue-demo

有pinia和unocss可以选择是否使用

Image text

项目结构

Image text

react项目

提供mobx和unocss可以选择是否使用

Image text

项目结构

Image text

提供vant(按需引入)

Image text

提供hfex-icon(图标库)

Image text

vue npm package 组件创建

Image text

react npm package 组件创建

Image text

plugin template 创建

Image text