1 Star 36 Fork 6

黄绍荣 / hotel-manager-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄绍荣 提交于 2022-06-04 09:00 . update README.md.

酒店管理系统

项目运行

# git项目
git clone https://gitee.com/huangsr/hotel-manager.git

# 下载依赖
npm install

# 运行服务 localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

可能出现的问题

demo

可能是因为webpack版本太高
解决方法:
1、删除node_modules依赖和package-lock.json文件
2、npm install 
3、下载打包依赖
  npm i -D webpack-cli@3.1.0
  npm i -D webpack-dev-server@3.1.5
4、npm run dev

后端源码

https://gitee.com/huangsr/hotel-manager.git

部分截图

demo demo demo demo demo demo

1
https://gitee.com/huangsr/hotel-manager-vue.git
git@gitee.com:huangsr/hotel-manager-vue.git
huangsr
hotel-manager-vue
hotel-manager-vue
master

搜索帮助