Skip to content

rsgoodall/blog-engine-vue

Repository files navigation

Blog Engine Vue

Intro

This is the front end for Blog Engine.

It uses VueJS v3 styled with vue-bootstrap-next.

Config

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=

Run

To run simply:

  1. Clone the repo
  2. Run "pnpm install"
  3. Run "pnpm run dev"

Build

To package for production:

  1. Run "pnpm build"
  2. Create an archive of the dist folder and deploy to your web server.

About

Blog Frontend - Vue3 & Bootstrap v5

Resources

License

Stars

Watchers

Forks

Packages

No packages published