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.
		
		
		
		
		
			
		
			
				
					
					
					
						
							509 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							509 B
						
					
					
				cereShop 前端源码
项目源码
项目基础要求
node:10.0.0及以上 npm:最新的即可
Build Setup
# 安装依赖
npm install
# 启动服务 localhost:8013
npm run dev
#### 常见问题
1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
解决方案:
- 单独安装:npm install --unsafe-perm node-sass
 - 直接使用:npm install --unsafe-perm
 
2、加速node-sass安装
https://www.ydyno.com/archives/1219.html