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
- Host: GitHub
- URL: https://github.com/sparkison/vue-spa
- Owner: sparkison
- Created: 2019-09-18T18:24:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:20:09.000Z (about 3 years ago)
- Last Synced: 2025-01-13T03:43:10.810Z (11 months ago)
- Language: CSS
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue SPA
An opinionated Vue SPA starter kit for web apps.

## 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!