1.0.28 • Published 2 years ago

v-codyhouse-componentz v1.0.28

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

About

A Vue component library based on CodyHouse UI. This package includes components for assembling website blocks and admin ui. This package was built using vue-sfc-rollup.

Install from NPM

npm install [coming-soon]

Install Locally

If you want to use this package in another local Vue project, you can "link" it to that project. This creates a symbolic link from your other projects' node_modules to your local clone of this package. This way, changes to this package can immediately be reflected in your consuming project.

From within this packages' directory, run:

npm link

From within your consuming projects' directory, run:

npm link v-codyhouse-components

Now you can install via your local path to the library:

npm install [the-package-local-path]

#Example: npm install /Users/heyharmon/Documents/Code/vue-component-library

Use the package like any other package you installed from NPM:

<script>import {AppButton} from 'v-codyhouse-components' ...</script>

Dependency not found? Delete "package.lock" and run:

Uninstall Locally

Run:

npm unlink @bloomcu/vue-component-library

And:

npm remove @bloomcu/vue-component-library

Local Package Development

Contributing to this package? Clone it anywhere you keep your projects and work on the package like you would any typical Vue project.

Clone repository:

git clone https://github.com/bloomcu/vue-component-library.git

Install dependencies:

npm install

Build the package:

npm run build

Preview package without a consuming app:

npm run serve

View package dev screen at: http://localhost:7000

Updating Package

When you are finished developing, semantically bump the version in package.json:

{
"version": "0.0.3",
...
}

Build the package:

npm run build

Publishing to NPM

You must be a user on BloomCU's NPM organization to publish new versions of the package. If you are not, you can submit a pull request to the repository and someone else will review your code and publish it to NPM.

Log into NPM if you are not already:

npm adduser

Publish:

npm publish
1.0.28

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago