vue-reusable-modal
v2.0.0
Published
## Project setup ``` yarn install ```
Readme
vue-reusable-modal
Project setup
yarn installRuns storybook to try out components
yarn storybookCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lintCustomize configuration
TODO
- [x] add aria-label/labelledby props and warnings
- [x] 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
