Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 410 Bytes

Yusa

🌟 A FireFront for FireBlog.

Usage

Environment variables:

  • FireApi: The url of FireApi
  • FireFront: Itself's url, will load port automatic
  • PORT: build and server listen's port
npm run dev         # Development

npm run generate    # Build as static file

npm run build       # Build for Vue SSR server
npm run start       # Start server of Vue SSR, need run `npm run build` first