1.0.12 • Published 5 years ago
@plawo/concordis v1.0.12
Concordis - Shared components library
Usage for development
Install modules -
yarnStart example and start coding -
yarn startRun tests -
yarn test(these might not run successfully, but this wont stop the package from working)Bundle with -
yarn buildRun
npm linkin Concordos to create a global symlink to the packageEnter your project file and run
npm link concordis
Publish new package
Run
yarn publishEnter version number
If you have changed the version, remember to change to the correct version number in your project and run
yarnagain
Usage
- Run
yarn add @plawo/concordisornpm install @plawo/concordisin your project
Creating new components
Download Blueprint plugin (https://marketplace.visualstudio.com/items?itemName=teamchilla.blueprint)
Create a folder with name, right click and choose "New file from template"
Enter name for new component (preferably same name as folder name)