/vue-reusable-modal

Primary LanguageJavaScriptMIT LicenseMIT

vue-reusable-modal

Project setup

yarn install

Runs storybook to try out components

yarn storybook

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

TODO

  • add aria-label/labelledby props and warnings
  • add travis ci
  • implement initialFocusRef if applicable
  • add tests
  • check if everything works when composing different components in a story
  • add vue transition support ( with composable components? )
  • support @ alias in combination with rollup
  • emit type declarations
  • extract css with rollup-plugin-postcss