Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaloyan-dev/Vuetiful
:lemon: WordPress theme built with Vue.js
https://github.com/kaloyan-dev/Vuetiful
Last synced: 4 months ago
JSON representation
:lemon: WordPress theme built with Vue.js
- Host: GitHub
- URL: https://github.com/kaloyan-dev/Vuetiful
- Owner: kaloyan-dev
- Created: 2016-01-23T13:36:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:38:19.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:36:48.447Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 855 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Vuetiful
A simple and fast theme for WordPress built using [Vue.js](http://vuejs.org/).#### Current features
- theme colors and favicon - go to Appearance > Vuetiful Options to change the site favicon and the main theme color
- modules - to create a module, simply add new folder with a `module.php` file inside a "modules" directory in the theme root. For example, a "slider" module should be in `modules/slider/module.php` file in the theme's root folder (not to be mistaken with `lib/modules`). Those modules can be turned on and of by going to Appearance > Vuetiful Options > Modules in the dashboard
- zero loading time pagination - posts are loaded into a JSON object which Vue uses to quickly render them on the page and show/hide them based on the current page