@feedmepos/mf-brand-app-builder
v0.5.28-prod
Published
This project is a Vue 3-based application for merchants to manage their business mini-programs.
Downloads
1,186
Readme
FeedMe Brand App - Merchant
This project is a Vue 3-based application for merchants to manage their business mini-programs.
Recommended IDE Setup
VSCode + Vue - Official + Prettier
Project Setup
Install dependencies:
pnpm installServe the Application
To serve the application locally, use one of the following commands:
Development Mode:
pnpm devThis will start the app in development mode.
Production Mode (Local Debug):
pnpm prodThis will start the app in a local production-like environment.
Access the Application
After serving the application, navigate to:
http://localhost:4000Type-Check, Compile, and Minify for Production
pnpm buildRecommended Editor Settings
To ensure consistent formatting, add the following settings to your editor configuration:
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}