Preisgestaltung kann frustrierend sein, aber mit PriceItRight wird es zum Kinderspiel.
Verwenden Sie unser Web-Tool, um Ihre Waren mit Leichtigkeit zu kalkulieren und Ihre Gewinne zu steigern.
Unterstützt werden Vorwärts-, Rückwärts- und Differenzkalkulation.
Mehr Informationen über Handelskalkulationen findest du hier: https://www.gruenderlexikon.de/checkliste/informieren/preiskalkulation/handelskalkulation/
Command | Documentation |
---|---|
npm run dev | Serve the program in development mode with vite (automatic rebuilding) |
npm run preview | Serve the program in production mode with vite |
npm run format | Format source files in src/ directory with prettier |
npm run deploy | Deploy current version of branch master to github pages |
- Checkout to branch
master
and pull the latest version - Set new version in
package.json
file - Run
npm install
- Commit and push updated
package.json
andpackage.lock
file - Run
git tag "[package.json verion here]"
and thengit push --tags
- Run
npm run deploy