0.0.8 • Published 4 years ago

ankit-design-system-vue v0.0.8

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

ankit-design-system-vue

Project setup

npm install

Storybook

Viewing storybook

npm run storybook

Generate storybook build for publishing

npm run build-storybook

npm

Build library for release

npm run build-library

This generates CommonJS and unpkg modules in /dist. (Using common js here). Update main field in package.json to change between CommonJS and unpkg.

Don't miss to change the version for new release (version field in package.json). Refer semantic versioning spec.

Usage

Setup

npm install ankit-design-system-vue

Implementation

import { Button, Header } from "ankit-design-system-vue";
0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago