@everymundo/em-cmp-lib-prices

Pricing FrontComponents Library

Usage no npm install needed!

<script type="module">
  import everymundoEmCmpLibPrices from 'https://cdn.skypack.dev/@everymundo/em-cmp-lib-prices';
</script>

README

Release

Intro

Pricing FrontComponents Library.

Getting Started

Important: We use private packages under @everymundo NPM organization. Please make sure you are added as a collaborator to it and be logged in before start working.

npm login

1 - Install npm packages

npm install

2 - Install FC CLI Globally

npm install -g @everymundo/em-fcmp-cli

3 - Run setup command

npm run setup

4 - Generate watcher configuration files (This should be executed only once)

npm run generate-watching-config

5 - Initiate the watcher

npm run watch-dev-optimized

6 - Open a new terminal and run the server

npm run serve:prod

Note: To see all the available commands please go to your package.json/scripts or go to the cli documentation.