@feedmepos/mf-remy-panel
v0.2.1
Published
This project was scaffolded using [create-mf-app](https://github.com/jherr/create-mf-app). It includes Vue 3, Vite, TypeScript, Vue Router, Pinia, Feedme UI Library, and Tailwind CSS.
Downloads
1,399
Readme
@feedmepos/mf-remy-panel
This project was scaffolded using create-mf-app. It includes Vue 3, Vite, TypeScript, Vue Router, Pinia, Feedme UI Library, and Tailwind CSS.
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 buildLint with ESLint
pnpm lintHow to Update
- Bump version in the
package.json - Create a tag with
mf-remy-panel@<version> - Push to git, then the workflow will trigger
