好像該開始做後台了
git clone https://github.com/0verseas/0verAdmin.git
cd 0verAdmin
npm install
cp src/env.js.example src/env.js
edit the config file in src/env.js
npm run serve
npm run build
the built static files will be in the dist
- Install Docker & Docker Compose
- Edit docker compose file:
docker/docker-compose.yaml
cp docker/.env.example docker/.env
and edit it (if you need).- If static file doesn't yet be built, you should build it before running docker.
cd docker && docker-compose up -d