Nauticus / app

Bootstrap for Vue app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap for Vue app

License:MIT License


Languages

Language:JavaScript 100.0%