1.5.5 • Published 4 years ago

dc-pattern-lib v1.5.5

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

dc-pattern-lib

Build Status npm package Coveralls

Getting started

$ git clone git@github.com:megumiteam/dc-pattern-lib-v2.git
$ cd dc-pattern-lib-v2
$ npm install
$ npm start

Browser check

npm start will be start to run two local server.

URL: http://localhost:3000/

It is a demo site to use the package. All source code are in demo/src directory.

And we can start the server by the following command.

# start all dev server
$ npm start

# start the demo server
$ npm run start-nwb

URL: http://localhost:6006/

It is a component catalog made by a Storybook. All source code are in stories/ directory.

And we can start the server by the following command.

# start all dev server
$ npm start

# start the demo server
$ npm run storybook

Contributing

$ git checkout -b YOUR_TOPIC_BRANCH

# edit some code
...

# Lint
$ npm run lint

# Test
$ npm test

# Push your branch
$ git push origin YOUR_TOPIC_BRANCH

# Then, you can make a Pull Request

Publish

We publish it from Travis CI. You should run the following command after merge your TOPIC BRANCH into the master branch.

$ git checkout master
$ git pull origin master
# Tag it ( https://semver.org/ )
$ npm version {major | minor | patch}

After run npm version, the npm run postversion will run to push the tag into GitHub. And Travis CI will start to build and publish it when you push a tagged branch.

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.20

4 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago