1.0.44 • Published 3 months ago

@dcrackel/hematournamentui v1.0.44

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

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Publishing a Storybook Library to NPM

Follow this guide to publish your Storybook library to NPM, making it available for others to easily npm install.

1. Setup & Prerequisites

Ensure you have an account on npm. If not, you can create one for free. Verify node and npm installations:

Copy code
node -v
npm -v

2. Preparing Your Storybook Library

a. Building the Library Compile your library with Vite or your bundler:

vite build

b. Update package.json Ensure the following fields are set:

name: Name of your package. version: Version number. main: Main entry file (e.g., dist/index.js). files: Files to include, e.g., "dist".

3. Logging in to NPM

Login to npm (if you haven't already):

npm login

Provide your username, password, and email.

4. Publishing to NPM

a. Default (Private Package) For scoped private packages (@username/project-name):

npm publish

b. Public Package For public packages:

npm publish --access=public

5. Verifying Your Package

Check on the npm website to verify your package's publication.

Check the registry name

npm get registry

6. Installing and Using the Library

To install the library:

npm install your-library-name

Users can then import and utilize your library's components.

Notes:

Always update the version in package.json before republishing. Ensure only necessary files are bundled to prevent package bloat.

1.0.44

3 months ago

1.0.43

3 months ago

1.0.42

3 months ago

1.0.41

3 months ago

1.0.39

4 months ago

1.0.38

4 months ago

1.0.26

4 months ago

1.0.28

4 months ago

1.0.33

4 months ago

1.0.31

4 months ago

1.0.30

4 months ago

1.0.37

4 months ago

1.0.36

4 months ago

1.0.35

4 months ago

1.0.25

4 months ago

1.0.24

4 months ago

1.0.23

4 months ago

1.0.22

5 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.8

6 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago