0.0.5-beta.12 • Published 10 months ago

@feedmepos/mf-connect v0.0.5-beta.12

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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"
}