A server-side-rending blog based on Vue2 && Koa2 && MongoDB with Persona5 theme.
- Node.js
- MongoDB
- Redis
cd server
npm install
npm start // default serve at localhost: 3000
You can change config options at server/conf/config.js
cd admin
npm install
npm run dev // default serve at localhost: 8082
cd front
npm install
npm run dev // default serve at localhost: 8080
- Docker
You should change the image to your own in docker-compose.yml
...
web_front:
image: unsad/web_front // change to your own
...
web_back:
image: unsad/web_back // change to your own
...
docker-compose up // default server at localhost:4000