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

Latest commit

 

History

History
56 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.16 KB

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.