Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 974 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 974 Bytes

Modular Vue modals

Hello!

It looks like you have read my Medium article where we discussed a couple of approaches to create modular reusable modals with Vue. That's great! You can find source code for both of the approaches at the corresponding branches:

  • 1-custom-events-approach
  • 2-plugin-approach

You could also check this sandbox out.

If you're here for another reason, I recommend you to give this article a look. I would appreciate any feedback!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.