/animeisland-web

采用 Vue3 + Vite3 编写的动漫网站 Web 端,可用于家庭局域网内部视频网站的搭建

Primary LanguageVueGNU General Public License v3.0GPL-3.0

动漫岛Web端项目

项目简介

本项目采用 Vue 3 + Vite 3 进行开发, 适用于局域网的动漫网站.

如何启动项目(开发模式)?

1.克隆本项目

git clone git@github.com:fzcoder/animeisland-web.git

2.安装依赖

yarn

3.修改配置信息

在项目根路径下env.developmentenv.production文件中修改以下内容:

VITE_APP_BASE_URL={your_server_url}

4.启动项目

yarn dev

如何进行打包?

yarn build

执行完成后产物位于项目根路径下dist/文件夹中