@feedmepos/mf-connect
v0.0.5-beta.33
Published
## Project Setup
Downloads
2,804
Readme
FeedMe Connect
Project Setup
To get started with the project, run the following commands:
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Type-Check, Compile and Minify for Production
pnpm build
Formatting is with prettier, set default formatter to Prettier
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}