Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
/ vue2-wordpress Public archive

A Vue2 and Quasar Framework starter project for building an app which front-ends a WordPress blog.

License

Notifications You must be signed in to change notification settings

zagreusinoz/vue2-wordpress

Repository files navigation

vue2-wordpress

Introduction

A Vue2 and Quasar Framework starter project for building an app which front-ends a WordPress blog.

Features

  • View post list.
  • Read the full list.
  • iOS or Material designs.

Installation

First, install the Quasar Framework cli.

npm i -g quasar-cli

And then install the project dependencies.

npm i

Update the environment variables in config/prod.env.js

  • WP_BASE: The base URL of your blog (e.g. http://myblog.com)
  • BLOG_NAME: The title of your blog (e.g. My Blog)

You can run the client with quasar tools:

# Run the application with material design
quasar dev

# Run the application with iOS design
quasar dev ios

Cordova Builds

You can use the Quasar Framework wrappers to build this project for iOS or Android.

Contributing

Contributions are encouraged. Please see CONTRIBUTING for details.

Alternatives

Not found.

Feel free to add more alternatives as Pull Request.

License

  • This package is open-sourced software licensed under the GPLv3.

About

A Vue2 and Quasar Framework starter project for building an app which front-ends a WordPress blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published