1.5.5 • Published 5 years ago

dc-pattern-lib v1.5.5

Weekly downloads
4
License
MIT
Repository
-
Last release
5 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

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.3

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago