这是一个基于 Vue.js 开发的修仙模拟器,互动式的文字游戏,适合喜欢放置类和修仙题材游戏的玩家。
Docker贡献者:
npm install
npm run build
npm run dev
npm run preview
docker build -t setube/vue-xiuxiangame -f Dockerfile .
docker run -p 8080:8080 setube/vue-xiuxiangame
docker pull setube/vue-xiuxiangame
docker run -p 8080:8080 setube/vue-xiuxiangame
version: '3.9' services: vue-xiuxiangame: image: vue-xiuxiangame # You can also change it to setube/vue-xiuxiangame ports: - '8080:8080' container_name: xiuxian tty: true stdin_open: true
提示:当使用NGINX作为反向代理时,请注意请求地址为 localhost
或 127.0.0.1
我的文字修仙全靠刷程序是免费开源的产品,仅用于学习交流使用!