0.1.6 • Published 5 years ago

scatter-styles v0.1.6

Weekly downloads
6
License
GPL-2.0-only
Repository
github
Last release
5 years ago

scatter-styles

GetScatter Ltd. standard styles for use in internal and external projects. Better to standardize than to fracture.

Basic use

You need to import the library using:

npm install --save scatter-styles

Then you need to import the library into your project, preferably in the main.js file:

import ScatterStyles from 'scatter-styles';

In your working view, you can use the components simply by addressing them in the template:

<HelloWorld></HelloWorld>

Components in the library do not have to be initialized on a per-view basis.

Updating in NPM

Since we are already up and running you can add components as necessary into "./components". Make sure to do so in a branch, and then commit and create a PR.

You simply have to run the build script, then publish.

npm run build-bundle

Once you are ready to publish, bump the version and publish to npm using:

npm publish --access public
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago