@feedmepos/mf-connect
v0.1.54-prod
Published
## Project Setup
Readme
FeedMe Connect
Project Setup
To get started with the project, run the following commands:
pnpm installCompile and Hot-Reload for Development
pnpm devType-Check, Compile and Minify for Production
pnpm buildFormatting is with prettier, set default formatter to Prettier
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}