1.1.0 • Published 4 years ago

onboard-shipyard v1.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

Onboard Shipyard 🚢

Our future proof Web Components build with TypeScript and Lit.

Usage 👷🏻‍♂️

Install the library:

npm i onboard-shipyard

And import the components where needed:

import 'onboard-shipyard/card';
import 'onboard-shipyard/map';

<ob-card>
  <h3 slot="header">Look at this map!</h3>

  <p>It's amazing!</p>

  <ob-map></ob-map>
</ob-card>

Documentation 📖

The interactive documentation is created with Docsify and viewable online at:

Or locally when developing:

Development 🛠

  1. Clone this repository.
  2. Install the dependencies with npm install.
  3. For development run npm run dev.
  4. For the deployment build run npm run build.

Source files

The components and related files are located in src.

Documentation

To add and document a component:

npm link

When working simultaneously on an application and this component library it's best to use npm link:

Happy hacking!

Release a new version 🏷

You can release a new version with the npm version <patch|minor|major|prerelease> command.

This will:

  • Build the project.
  • Add a git tag.
  • Push the branch to the repository.

The build server will then publish a new version to npm.

1.0.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.3

4 years ago

1.0.0-19

4 years ago

1.0.0-20

4 years ago

1.0.0-21

4 years ago

1.0.0-22

4 years ago

1.0.0-23

4 years ago

1.0.0-12

4 years ago

1.0.0-13

4 years ago

1.0.0-14

4 years ago

1.0.0-15

4 years ago

1.0.0-16

4 years ago

1.0.0-17

4 years ago

1.0.0-18

4 years ago

1.0.0-9

4 years ago

1.0.0-8

4 years ago

1.0.0-10

4 years ago

1.0.0-11

4 years ago

1.0.0-5

4 years ago

1.0.0-7

4 years ago

1.0.0-6

4 years ago

1.0.0-4

4 years ago

1.0.0-3

4 years ago

1.0.0-2

4 years ago

1.0.0-1

4 years ago