Skip to content

plodovi/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d120dbf · Jan 18, 2024

History

59 Commits
Mar 20, 2023
Mar 12, 2023
Jun 30, 2023
Jan 18, 2024
Mar 12, 2023
Mar 12, 2023
Mar 20, 2023
Mar 12, 2023
Mar 12, 2023
Jun 20, 2023
Jun 6, 2023
Mar 12, 2023
Mar 12, 2023

Repository files navigation

Plodovi SDK

This webcomponent follows the open-wc recommendation.

Installation

npm i plodovi-products

Usage

<script type="module">
  import 'plodovi-products/plodovi-products.js';
</script>

<plodovi-products></plodovi-products>

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html