0.6.0 • Published 4 years ago

@smoozzy/app v0.6.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Smoozzy App

This project is a bootstrap for Vue applications. It's similar to createApp from Vue 3 (see proposal Global mounting/configuration API change).

The bootstrap creates a Vue application with the following plugins and extensions:

Basic application example

import bootstrap from '@smoozzy/app';

bootstrap({
    router: { /* Router configuration */ },
    store: { /* Vuex configuration */ },
}).$mount('#app');

Documentation

You can read detailed documentation

  1. Overview
  2. Vue plugins
  3. Modules
  4. Modals
  5. I18n
  6. Example
  7. Bootstrap from scratch
  8. Development guide

Issues

If you found bug or unexpected behavior feel free to report issue

Changelog

Detailed changes for each release are documented in the release notes

Development

Please read development guide

License

MIT

0.6.0

4 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago