README
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
- Overview
- Vue plugins
- Modules
- Modals
- I18n
- Example
- Bootstrap from scratch
- 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