0.0.4 โ€ข Published 4 months ago

@doorventures/doorframe v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Doorframe Component Library

๐Ÿšช Welcome to the Doorframe Component Library! ๐Ÿšช

https://www.npmjs.com/package/@doorventures/doorframe

Getting Started

Make sure to have NVM installed.

Installing NVM

Platform-Specific Instructions

Windows ๐ŸชŸ

For Windows users, use the following commands:

  1. Download the NVM installer from https://github.com/nvm-sh/nvm/releases.
  2. Run the installer and follow the on-screen instructions.

then to get the correct version.

nvm install v18.16.0
nvm use v18.16.0
npm install

Mac ๐ŸŽ

  1. Open a terminal.
  2. Run the following command:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

then to get the correct version.

nvm install v18.16.0
nvm use v18.16.0
npm install

Installation

nvm install v18.16.0
nvm use v18.16.0
npm install

Development ๐Ÿ‘ฉโ€๐Ÿ’ป

npm run dev

Visit http://localhost:5173 to explore the component playground. ๐ŸŽ‰

Building ๐Ÿ—๏ธ

Build the library for the latest changes in the components.

npm run build

This command transpiles TypeScript files to JavaScript, optimizing the code for performance and producing a dist folder with the bundled components.

Testing ๐Ÿงช

Run tests to ensure the reliability of your components.

npm test

This command executes the test suite and provides feedback on the health of your components.

Version Upgrade ๐Ÿš€

Increment the library version for changes.

npm version patch

This command bumps the library version, updating the package.json file. Follow Semantic Versioning principles.

Publishing ๐ŸŒ

Publish your library to npm for others to use.

npm publish

This command uploads your library to the npm registry, making it accessible to the global development community.

๐ŸŽ‰ Happy coding with Doorframe components! ๐ŸŽ‰

0.0.4

4 months ago

0.0.3

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago