npm-test-build-mb
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-beta.19 • Public • Published

Awesome Dashboard

It's built for using on Mobagel 8ndpoint's project. We wrapped ant design's component or built some component for common scenery case. To make our develop effieciency.

How to implement

Install

  • Install plugin
yarn add awesome-dashboard
or
npm install awesome-dashboard

You can open Storybook to see which component you can use.

How to Develop

Start local environment

We can develop component on storybook.

yarn 

// start storybook
yarn storybook
  • After you finish component, deploy plugin to npm.
yarn build

// Update package.json version
npm version [major | minor | patch]
// major 0.0.0 -> 1.0.0
// minor 0.0.0 -> 0.1.0
// patch 0.0.0 -> 0.0.1

npm publish

If you need to build component working with i18n.

  • Add .env file fill airtable key
# AirTable parameters, plz check these in airtable doc
AIRTABLE_KEY=
AIRTABLE_I18N_BASE_COMMON=
AIRTABLE_I18N_TABLE_COMMON=
AIRTABLE_I18N_VIEW_COMMON=
  • Install lang
// download lang.json
yarn i18n:fetch

Storybook

You can see component's props on storybook or you can open component's type file to see what prop you can pass.

Link: Storybook

Readme

Keywords

none

Package Sidebar

Install

npm i npm-test-build-mb

Weekly Downloads

1

Version

0.0.0-beta.19

License

Apache-2.0

Unpacked Size

74.6 kB

Total Files

25

Last publish

Collaborators

  • ian_mb