An open API service indexing awesome lists of open source software.

https://github.com/sparkison/vue-spa

A simple SPA starter build with Bootstrap 4
https://github.com/sparkison/vue-spa

Last synced: 10 months ago
JSON representation

A simple SPA starter build with Bootstrap 4

Awesome Lists containing this project

README

          

# Vue SPA

An opinionated Vue SPA starter kit for web apps.
![screenshot](https://github.com/sparkison/vue-spa/blob/master/screenshot.png?raw=true "Vue SPA screenshot")

## Dependencies
`Node >= 10.x.x`
```
Vue ^2.6.10
Vuex ^3.0.1
vue-router ^3.0.1
Bootstrap ^4.3.1
```

## Getting started
`yarn`

Then `yarn run watch`, `yarn run dev`, `yarn run production` or `yarn run hot`

### Features
- i18n via [Vue I18n](https://kazupon.github.io/vue-i18n/introduction.html)
- Vue Bootstrap components via [BootstrapVue](https://bootstrap-vue.js.org)
- PWA support via [Workbox](https://developers.google.com/web/tools/workbox/)
- Date/Time picker component via [Vue FlatPickr Component](https://github.com/ankurk91/vue-flatpickr-component)
- Multi-select components via [Vue-multiselect](https://vue-multiselect.js.org/)
- Fontawesome 5 via [Font Awesome 5 Vue component](https://github.com/FortAwesome/vue-fontawesome)

Plus many more nice-to-have plugins! Can be easily disabled from the `Plugins > index.js` file

Also includes `Vuex` and `Vue Router` by default.

#### Release notes
- `0.0.1` Initial release!

#### Additional notes
None yet!