1.1.0 โ€ข Published 1 year ago

poc-vite-lib v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

POC-Vite-Lib

Quality Gate Status Coverage

PoC Vite Lib Version PoC Vite Lib License PoC Vite Lib Downloads jsDelivr Month PoC Vite Lib Downloads NPM PoC Vite Lib Dependencies PoC Vite Lib Size

semantic-release: angular

This template should help you get started developing with a Vite TypeScript library.

Want to be updated about this project changes? Just follow the CHANGELOG.

Install ๐Ÿ“‘

This module is published under NPM registry, so you can install using any Node.js package manager.

npm install -D poc-vite-lib

Install from CDN

The bundles of this module is also available on JSDelivr and UNPKG CDNs.

<!-- Using default bundle from JSDelivr -->
<script src="https://cdn.jsdelivr.net/npm/poc-vite-lib/dist/main.iife.js"></script>

<!-- Using default bundle from UNPKG -->
<script src="https://unpkg.com/poc-vite-lib/dist/main.iife.js"></script>

<script>
  /**
   * UMD bundle expose poc-vite-lib through `PoCViteLib` object.
   */
  PoCViteLib.sum(1, 4);
  //=> 5
</script>

Usage

poc-vite-lib provides a single, experimental, function for sum. This function can be imported from the package.

import { sum } from 'poc-vite-lib';

const value = sum(1, 4);
//=> 5

Technologies ๐Ÿš€

Vite Vitest TypeScript NodeJS NPM Docker Visual Studio Code

VS Code Extensions ๐Ÿงช

Remote - Containers ESLint Auto Rename Tag change-case HTML CSS Support Code Spell Checker TODO Highlight Docker SonarLint Vitest markdownlint npm Import CostSVG Preview

Contribute ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to this project!

License

Released under MIT license.

Contact Us ๐Ÿ“ž

Azure Devops

E-mail

โฌ† Back to Top

1.1.0

1 year ago

1.0.0

1 year ago