vue-XiuXianGame
文字游戏: 我的文字修仙全靠刷
Github地址
在线体验
安装
安装依赖
npm install
编译项目
npm run build
运行编译前的项目
npm run dev
运行编译后的项目
npm run preview
Docker部署:
docker build -t setube/vue-xiuxiangame -f Dockerfile .Docker Run:
docker run -p 8080:8080 setube/vue-xiuxiangameDocker Image Pull (From TencentCloud)运行:
docker run -p 8080:8080 setube/vue-xiuxiangameDocker Compose (Example)
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
领取专属 10元无门槛券
私享最新 技术干货