Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
/ Isletopia-web Public archive

Isletopia-web a minecraft server website build with vue-cli 4.4.1

License

Notifications You must be signed in to change notification settings

LowrieTobby/Isletopia-web

Repository files navigation

Isletopia-web

简介

梦幻之屿主页,该网页基于 vue 2.x 开发

开发环境:npm 6.14.4vue-cli 4.4.1(latest)

构建

将源码克隆到本地以后,确保已经安装 npm 环境以后可执行如下指令

下载相关依赖

npm install

注意: 由于源码中不含 node_modules 目录,请在执行下面两条指令之前先执行依赖下载命令,否则会导致编译失败

调试预览

npm run serve

打包项目

npm run build