iskanderbroere / vue-reusable-modal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 49.2%Language:Vue 47.0%Language:TypeScript 2.5%Language:CSS 1.1%Language:HTML 0.2%