mirror of
				https://github.com/yzcheng90/x-springboot-ui
				synced 2025-11-04 13:45:49 +08:00 
			
		
		
		
	
			
				
					
						
					
					230614b74cd4299724cd2337dbd3a3735735a5fd
				
			
			
		
	x-springboot-ui
📚 后台地址 https://github.com/yzcheng90/X-SpringBoot
🚧 安装 cnpm、yarn
- 复制代码(桌面 cmd 运行) 
npm install -g cnpm --registry=https://registry.npm.taobao.org - 复制代码(桌面 cmd 运行) 
npm install -g yarn 
⚡ 使用说明
建议使用 cnpm,因为 yarn 有时会报错。npm install 安装报错的话,请使用 cnpm install。
注意:
node需大于12.xxx小于等于v16.14.0,否则安装依赖将报错。
# 克隆项目
git clone https://github.com/yzcheng90/x-springboot-ui.git
# 进入项目
cd x-springboot-ui
# 安装依赖
cnpm install
cnpm install eslint-webpack-plugin --save-dev
cnpm install core-js --save-dev
npm install element-plus --save-dev
npm install --save @vue/composition-api
npm install --save @vue/shared 
npm install --save @vue/reactivity
# 运行项目
cnpm run dev
# 打包发布
cnpm run build
📚 开发文档
- 前台UI框架地址:https://gitee.com/lyt-top/vue-next-admin.git
 - 查看开发文档:vue-next-admin-doc
 
					Languages
				
				
								
								
									Vue
								
								70%
							
						
							
								
								
									JavaScript
								
								17.7%
							
						
							
								
								
									SCSS
								
								12%
							
						
							
								
								
									HTML
								
								0.3%