3.3.2 • Published 27 days ago

@iplsplatoon/vue-components v3.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago

@iplsplatoon/vue-components

Docs

Vue components for internal Inkling Performance Labs utilities, most notably ipl-overlay-controls.

Install

npm i @iplsplatoon/vue-components or yarn add @iplsplatoon/vue-components

To use the components, import them as follows:

import { IplButton } from '@iplsplatoon/vue-components';

Development

To test this package on another project:

  • Run a build (yarn build)
  • Package the built files (yarn pack). The command will output the directory where the completed tarball was saved.
  • Install the package, giving npm or yarn the path to your tarball
    • Example: npm i /users/inkfarer/iplsplatoon-vue-components-v2.3.0.tgz
    • This will change the contents of your lockfile. Please ensure you don't commit a lockfile containing a path to a local tarball!

To test this package locally:

  • Run the serve command (yarn serve)
  • Edit or add examples in the examples directory.

To run unit tests:

  • Run yarn test
  • To update snapshot files, run yarn test:update

Acknowledgements

The ipl-spinner component contains code from the Material Web project, which is licensed under the Apache License 2.0

3.3.2

27 days ago

3.3.1

1 month ago

3.3.0

1 month ago

3.2.0

1 month ago

3.1.0

2 months ago

3.0.1

3 months ago

3.0.0

4 months ago

2.10.1

5 months ago

2.10.0

8 months ago

2.9.2

1 year ago

2.9.1

1 year ago

2.9.0

1 year ago

2.5.0

2 years ago

2.7.0

2 years ago

2.6.1

2 years ago

2.6.0

2 years ago

2.8.0

2 years ago

2.6.2

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago