This is the front end for Blog Engine.
It uses VueJS v3 styled with vue-bootstrap-next.
To get this project going create a .env file and set values for the parameters below:
VITE_APP_API_URL=
VITE_APP_PUBLIC_URL=
VITE_APP_BRAND=
VITE_APP_REG_ENABLED=
To run simply:
- Clone the repo
- Run "pnpm install"
- Run "pnpm run dev"
To package for production:
- Run "pnpm build"
- Create an archive of the dist folder and deploy to your web server.