1.0.12 • Published 4 years ago

@plawo/concordis v1.0.12

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

Concordis - Shared components library

Usage for development

  1. Install modules - yarn

  2. Start example and start coding - yarn start

  3. Run tests - yarn test (these might not run successfully, but this wont stop the package from working)

  4. Bundle with - yarn build

  5. Run npm link in Concordos to create a global symlink to the package

  6. Enter your project file and run npm link concordis

Publish new package

  1. Run yarn publish

  2. Enter version number

  3. If you have changed the version, remember to change to the correct version number in your project and run yarn again

Usage

  1. Run yarn add @plawo/concordis or npm install @plawo/concordis in your project

Creating new components

  1. Download Blueprint plugin (https://marketplace.visualstudio.com/items?itemName=teamchilla.blueprint)

  2. Create a folder with name, right click and choose "New file from template"

  3. Enter name for new component (preferably same name as folder name)

Remember to add the new component to src/index.js

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago